diff options
author | tv <tv@krebsco.de> | 2021-01-22 20:39:25 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-01-25 11:29:15 +0100 |
commit | 429f25630b7bffe6ff0dca87f12ec783a135517a (patch) | |
tree | 56ccaa48f3c91d0711a40e04670989b35b847327 /tv/2configs/vim.nix | |
parent | 88c6558935373fa7caf8730497d63894daef436d (diff) |
tv vim: remap fzf keys
Diffstat (limited to 'tv/2configs/vim.nix')
-rw-r--r-- | tv/2configs/vim.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index f8d599f7e..4f961cd46 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -133,7 +133,8 @@ let { vnoremap u <nop> " fzf - nnoremap <esc>q :Files<cr> + nnoremap <esc>q :Buffers<cr> + nnoremap <esc>f :Files<cr> nnoremap <esc>w :Rg<cr> " edit alternate buffer |