diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-02-22 10:11:38 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-02-22 10:11:38 +0530 |
commit | 3b887240d1d9189be7f4adf75f3e71277b7ca833 (patch) | |
tree | 358fd67ad202c410e1730ed811647251543c553a /.config/nvim/other/fzf.vim | |
parent | 4bba9a51b63863317983faba3988c8a14e722c11 (diff) |
after fixing some boot problems
Diffstat (limited to '.config/nvim/other/fzf.vim')
-rw-r--r-- | .config/nvim/other/fzf.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/other/fzf.vim b/.config/nvim/other/fzf.vim index 32cb18b..371b680 100644 --- a/.config/nvim/other/fzf.vim +++ b/.config/nvim/other/fzf.vim @@ -14,6 +14,6 @@ imap <c-x><c-f> <plug>(fzf-complete-path) imap <c-x><c-l> <plug>(fzf-complete-line) " Fzf keybindings -nnoremap <leader>ff :Files<CR> -nnoremap <leader>. :Files %:p:h<CR> +nnoremap <leader>ff :Files<CR> +nnoremap <leader>f. :Files %:p:h<CR> |