diff options
author | tv <tv@krebsco.de> | 2018-11-15 10:45:22 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-11-15 10:45:22 +0100 |
commit | 7915dd3e1fd34ee698f25b6acdafa4626d0c30eb (patch) | |
tree | bcca98ed45d5c7dcef81849c360fc3e9b8dd21f0 /tv | |
parent | b2c7b3b95d753926bbf350fb52df8723fce7368b (diff) |
tv vim: M-a edits alternate buffer
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/vim.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 544fe94..469ae3e 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -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 ''; } |