[ADD][VIM] Use cheat40 plug-in
This is a nice plug-in to show a little 40-columns wide window containing a cheat-sheet about Vim, or any custom cheat-sheet in the runtimepath.
This commit is contained in:
parent
edaafabbf7
commit
7de7a7ec2e
|
@ -107,6 +107,8 @@ Plug 'tpope/vim-vinegar'
|
||||||
Plug 'romainl/vim-qf'
|
Plug 'romainl/vim-qf'
|
||||||
" Better folding
|
" Better folding
|
||||||
Plug 'Konfekt/FastFold'
|
Plug 'Konfekt/FastFold'
|
||||||
|
" A nice little cheat-sheet
|
||||||
|
Plug 'lifepillar/vim-cheat40'
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Mappings {{{
|
" Mappings {{{
|
||||||
|
@ -361,6 +363,9 @@ omap ( [
|
||||||
omap ) ]
|
omap ) ]
|
||||||
xmap ( [
|
xmap ( [
|
||||||
xmap ) ]
|
xmap ) ]
|
||||||
|
|
||||||
|
" Map for vim-cheat40 which seems to fail because of my <Space> to <Nop> map
|
||||||
|
map <Leader>? :<C-u>Cheat40<CR>
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Mapping for quickfix bindings {{{
|
" Mapping for quickfix bindings {{{
|
||||||
|
|
Loading…
Reference in a new issue