[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:
Bruno BELANYI 2019-10-18 22:15:42 +02:00
parent edaafabbf7
commit 7de7a7ec2e

View file

@ -107,6 +107,8 @@ Plug 'tpope/vim-vinegar'
Plug 'romainl/vim-qf'
" Better folding
Plug 'Konfekt/FastFold'
" A nice little cheat-sheet
Plug 'lifepillar/vim-cheat40'
" }}}
" Mappings {{{
@ -361,6 +363,9 @@ omap ( [
omap ) ]
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 {{{