All Projects → raguay → Vimnavigation

raguay / Vimnavigation

Licence: mit
Vim style keyboard navigation.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Vimnavigation

Hxd Plugin
Handy HxD plugin for various conversions like base64
Stars: ✭ 24 (+71.43%)
Mutual labels:  plugin
Gs Blog
A simple and easy to use, yet powerful blog for GetSimple. With this plugin, you can create blog posts, sort posts by category, view posts in monthly archives, plus much more.
Stars: ✭ 8 (-42.86%)
Mutual labels:  plugin
Awesome Musicdsp
A curated list of my favourite music DSP and audio programming resources
Stars: ✭ 871 (+6121.43%)
Mutual labels:  plugin
Genesis Simple Hook Guide
WordPress plugin that displays names of all Genesis hooks on the current page dynamically.
Stars: ✭ 25 (+78.57%)
Mutual labels:  plugin
Feflow
🚀 A command line tool aims to improve front-end engineer workflow and standard, powered by TypeScript.
Stars: ✭ 942 (+6628.57%)
Mutual labels:  plugin
Blockcmd
A PocketMine-MP plugin to block certain commands from being used by players in your server
Stars: ✭ 12 (-14.29%)
Mutual labels:  plugin
Rebar3 clojerl
rebar3 Clojerl compiler plugin
Stars: ✭ 23 (+64.29%)
Mutual labels:  plugin
Sass Webpack Plugin
[Deprecated] 🌈 Get your stylesheets together
Stars: ✭ 14 (+0%)
Mutual labels:  plugin
Prompt Password
This repository has been archived, use the built-in password prompt in Enquirer instead.
Stars: ✭ 8 (-42.86%)
Mutual labels:  plugin
Emby.plugins.javscraper
Emby/Jellyfin 的一个日本电影刮削器插件,可以从某些网站抓取影片信息。
Stars: ✭ 864 (+6071.43%)
Mutual labels:  plugin
Vim Dirvish
Directory viewer for Vim ⚡️
Stars: ✭ 929 (+6535.71%)
Mutual labels:  plugin
Intellij Figlet
🔌A FIGlet-based ASCII Art generation plugin for IntelliJ based IDEs.
Stars: ✭ 27 (+92.86%)
Mutual labels:  plugin
Moodle Local datacleaner
Reduce, filter, and anonymize moodle data for non-prod environments
Stars: ✭ 12 (-14.29%)
Mutual labels:  plugin
Totem Danmaku
totem-danmaku is a plugin that provides danmaku support for Totem Player. totem弹幕为Gnome下的totem播放器提供弹幕支持
Stars: ✭ 24 (+71.43%)
Mutual labels:  plugin
Remember Last Position Totem Plugin
Totem video player plugin that restores position in the last played file
Stars: ✭ 13 (-7.14%)
Mutual labels:  plugin
Confiscate
Discover duplication glitches, abusive staff giving items, x-ray or simply poor server economy.
Stars: ✭ 23 (+64.29%)
Mutual labels:  plugin
Vue Js Grid
🍱 Vue.js 2.x responsive grid system with smooth sorting, drag-n-drop and reordering
Stars: ✭ 866 (+6085.71%)
Mutual labels:  plugin
Openiterm2
Opening iTerm2 in the current directory.
Stars: ✭ 14 (+0%)
Mutual labels:  plugin
Lein Fore Prob
A leiningen plugin to make a local copy of a problem from 4clojure
Stars: ✭ 13 (-7.14%)
Mutual labels:  plugin
Metrica Plugin Xamarin
Xamarin plugin for Yandex AppMetrica SDK
Stars: ✭ 12 (-14.29%)
Mutual labels:  plugin

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].