commit 828f427f7498ee5984a616a97e1290aebaddfcf0
parent 2e6710cbc70721faf2481f2931b2a1281e0715bf
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  7 Jun 2019 09:41:40 +0200
Add new <space><space> binding to jump into any file with fzf+rg
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.vim/plugin/keybinds.vim b/.vim/plugin/keybinds.vim
@@ -101,6 +101,7 @@ nnoremap <leader>f :e <c-d>
 " using fzf.vim
 augroup FzfBinds
     autocmd VimEnter * if exists(":Buffers") |
+                \ exe "nnoremap <leader><leader> :Rg<cr>" |
                 \ exe "nnoremap <leader>o :History<cr>" |
                 \ exe "nnoremap <leader>b :Buffers<cr>" |
                 \ exe "nnoremap <leader>f :Files<cr>" |