Home

Awesome

husk.vim

Mappings that boost vim command line mode.

The goal is to have mappings similar to bash emacs mode. You can read more about this idea in vim's docs :h tcsh-style.

Plugin killer feature are convenient M-f and M-b CLI mappings that move one "word" right or left (notice the lowercase "word").

This is an enhancement from vanilla vim that enables only "WORD" (uppercase) left or right with<br/> <S-Left> and <S-Right>.

Works in NeoVim too.

Mappings

All mappings work only in vim command line mode.

Installation

Note: In order to enable alt mappings (M-f, M-b etc) Mac OS users using Terminal.app may need to go to Preferences > Profiles > Keyboard and tick "Use Option as Meta key".

About

vim-husk grew out from Tim Pope's vim-rsi plugin. C-f, C-d and M-BS mappings are directly copied.

Differences:

Licence

MIT