tv vim: M-a edits alternate buffer
This commit is contained in:
parent
6f51284039
commit
6620434949
|
@ -404,5 +404,9 @@ let {
|
|||
" fzf
|
||||
nnoremap <esc>q :Files<cr>
|
||||
nnoremap <esc>w :Rg<cr>
|
||||
|
||||
" edit alternate buffer
|
||||
" For some reason neither putting <ctrl>6 nor <ctrl>^ works here...
|
||||
nnoremap <esc>a
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue