fman plugin for vim-like movements and file operations.
Note: capital letter means shift + [key]
hgoes up a directory.lopens the currently selected directory or file.jmoves cursor up onekmoves cursor down onegmove cursor to the topGmove cursor to bottomctrl + dmove cursor one page downctrl + umove cursor one page upctrl + omove to previous directoryctrl + imove to next directory
acreates and edits a new fileAcreates a new directorydmove the file to trashycopy the file or directory under the cursorppaste the file or directory in current directoryPpaste the file or directory in current directory and remove the original file(paste-cut)rrename the file or directorymmove the file or directoryvtoggle selectionoopen 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.
Ycopy the path of current file to the clipboardctrl + lopen current directory or the directory under the cursor in right panelctrl + hopen 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.