Basic vim configurations.
This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:
Plugin Manager | Install with... |
---|---|
Pathogen | git clone https://github.com/e7h4n/vim-conf ~/.vim/bundle/vim-conf |
NeoBundle | NeoBundle 'e7h4n/vim-conf' |
Vundle | Plugin 'e7h4n/vim-conf' |
Plug | Plug 'e7h4n/vim-conf' |
Dein | call dein#add('e7h4n/vim-conf') |
minpac | call minpac#add('e7h4n/vim-conf') |
- use
jj
as<ESC>
. - make
Y
asy$
to be consistent with C and D. gp
andgP
to paste yank register.<C-A>
and<C-E>
implement emacs style command line cursor movement.<leader>/
to toggle highlight search.
MIT.