l 2 vim: add trailing space to buffer bindings

This commit is contained in:
lassulus 2016-11-28 19:06:00 +01:00
parent b1260b5eaa
commit d8da51621e

View File

@ -175,8 +175,8 @@ let
"Syntastic config
let g:syntastic_python_checkers=['flake8']
nmap <esc>q :buffer
nmap <M-q> :buffer
nmap <esc>q :buffer
nmap <M-q> :buffer
cnoremap <C-A> <Home>