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
commit7915dd3e1fd34ee698f25b6acdafa4626d0c30eb (patch)
treebcca98ed45d5c7dcef81849c360fc3e9b8dd21f0 /tv
parentb2c7b3b95d753926bbf350fb52df8723fce7368b (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 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 
'';
}