tv vim: M-a edits alternate buffer

This commit is contained in:
tv 2018-11-15 10:45:22 +01:00
parent 6f51284039
commit 6620434949

View File

@ -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 
'';
}