Emmanuel BENOîT
b0647949f8
* Shortcut changes to make the Leader-based shortcuts easier to use * Install vim-which-key * Style fixes and changes * Reorganised some of the settings
4 lines
179 B
VimL
4 lines
179 B
VimL
" Configure the paste toggle shortcut and a mapping that also toggles paste,
|
|
" for use with vim-which-key.
|
|
set pastetoggle=<Leader>op
|
|
nnoremap <silent> <leader>op :set paste!<cr>
|