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 | 66204349496ede2f451ba14471efb2c23f74f76e (patch) | |
tree | 5c4670a932312a74fd03aeaeb04297b4b3154122 | |
parent | 6f512840395fa404385aadacf560f52ef152479a (diff) |
tv vim: M-a edits alternate buffer
-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 544fe94ae..469ae3e2a 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 ''; } |