summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-11-15 10:45:22 +0100
committertv <tv@krebsco.de>2018-11-15 10:45:22 +0100
commit66204349496ede2f451ba14471efb2c23f74f76e (patch)
tree5c4670a932312a74fd03aeaeb04297b4b3154122 /tv
parent6f512840395fa404385aadacf560f52ef152479a (diff)
tv vim: M-a edits alternate buffer
Diffstat (limited to 'tv')
-rw-r--r--tv/2configs/vim.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index 544fe94a..469ae3e2 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 
'';
}