[nvim] Greatly improve Ctrl+BS behaviour
This commit is contained in:
parent
69736aebb9
commit
0755540ff9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ nnoremap > >>
|
||||||
vnoremap < <gv
|
vnoremap < <gv
|
||||||
vnoremap > >gv
|
vnoremap > >gv
|
||||||
|
|
||||||
inoremap <esc>dbxa
|
inoremap <esc>dba<bs>
|
||||||
|
|
||||||
" Switching buffers {{{2
|
" Switching buffers {{{2
|
||||||
nnoremap <silent> <F14> :bprev<cr> " s-F2
|
nnoremap <silent> <F14> :bprev<cr> " s-F2
|
||||||
|
|
Loading…
Reference in a new issue