Use <space> as an additional <leader>

This commit is contained in:
Anthony Rose 2019-06-19 18:33:39 +01:00
parent b4783fc9d3
commit b0070409c7

2
vimrc
View file

@ -20,6 +20,8 @@ endif
" ====================================================================== " ======================================================================
" General settings for all builds. " General settings for all builds.
nmap <space> <leader>
inoremap <left> <nop> inoremap <left> <nop>
inoremap <down> <nop> inoremap <down> <nop>
inoremap <up> <nop> inoremap <up> <nop>