Skip to content

raguay/VimNavigation

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

VimNavigation

fman plugin for vim key style navigation.

Usage

  • shift+h goes up a directory.
  • shift+l opens the currently selected directory.
  • shift+j moves cursor up one
  • shift+k moves cursor down one
  • shift+d Move the file to trash
  • shift+g Move cursor to bottom
  • ctrl+g Move 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.

Releases

No releases published

Packages

No packages published

Languages