fman plugin for vim-like movements and file operations.
Note: capital letter means shift + [key]
h
goes up a directory.l
opens the currently selected directory or file.j
moves cursor up onek
moves cursor down oneg
move cursor to the topG
move cursor to bottomctrl + d
move cursor one page downctrl + u
move cursor one page upctrl + o
move to previous directoryctrl + i
move to next directory
a
creates and edits a new fileA
creates a new directoryd
move the file to trashy
copy the file or directory under the cursorp
paste the file or directory in current directoryP
paste the file or directory in current directory and remove the original file(paste-cut)r
rename the file or directorym
move the file or directoryv
toggle selectiono
open the file or directory with specific application, p.s. this can be used to open the folder in VScode, terminal, iterm, sublime text, or potentially anything else.
Y
copy the path of current file to the clipboardctrl + l
open current directory or the directory under the cursor in right panelctrl + h
open current directory or the directory under the cursor in left panel
This is inspired by VimNavigation plugin for fman.
Install with fman's built-in command for installing plugins.
Note that filter on type function of fman will be interfered by this plugin. You can consider using FuzzySearchFilesInCurrentFolder instead to search files in current folder.