Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raguay/VimNavigation
Vim style keyboard navigation.
https://github.com/raguay/VimNavigation
fman moves-cursor plugin
Last synced: 3 months ago
JSON representation
Vim style keyboard navigation.
- Host: GitHub
- URL: https://github.com/raguay/VimNavigation
- Owner: raguay
- License: mit
- Created: 2017-01-17T07:28:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T07:34:09.000Z (over 6 years ago)
- Last Synced: 2024-06-16T07:34:12.908Z (5 months ago)
- Topics: fman, moves-cursor, plugin
- Language: Python
- Homepage: http://customct.com/fman
- Size: 8.79 KB
- Stars: 15
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- vim-keybindings-everywhere-the-ultimate-list - VimNavigation - Adds Vim-style keyboard navigation to the fman file manager. (File Management)
README
# VimNavigation
[fman](https://fman.io) 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 topI 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](https://fman.io/docs/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.