[nvim] Greatly improve Ctrl+BS behaviour

This commit is contained in:
M1dgard 2018-05-24 22:54:52 +02:00
parent 69736aebb9
commit 0755540ff9
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -47,7 +47,7 @@ nnoremap > >>
vnoremap < <gv
vnoremap > >gv
inoremap  <esc>dbxa
inoremap  <esc>dba<bs>
" Switching buffers {{{2
nnoremap <silent> <F14> :bprev<cr> " s-F2