VimNavigation
VimNavigation copied to clipboard
Vim style keyboard navigation.
VimNavigation
fman plugin for vim key style navigation.
Usage
shift+hgoes up a directory.shift+lopens the currently selected directory.shift+jmoves cursor up oneshift+kmoves cursor down oneshift+dMove the file to trashshift+gMove cursor to bottomctrl+gMove cursor to the top
I set it up using shift and the letter so that I can still type out names of files/directories and the cursor will move to them. A little less convient, but not too bad.
This is a modified version of ArrowNavigation plugin for fman.
Installation
Install with fman's built-in command for installing plugins.
Problems
The move_to_bottom doesn't always go to the bottom. It goes to the last entry in the current directory. Fman sorts all directories at the top and files afterwards.