From e6853abfd3733e55b1b8338d40c156dd998cea74 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 18 Aug 2021 23:45:18 +0300 Subject: feat(nvim, zsh): install FZF --- nvim/.vimrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nvim/.vimrc') diff --git a/nvim/.vimrc b/nvim/.vimrc index eae5d84..6aede5d 100644 --- a/nvim/.vimrc +++ b/nvim/.vimrc @@ -47,6 +47,11 @@ nnoremap j nnoremap k nnoremap l +# fzf.vim +nnoremap r :Rg +nnoremap f :FZF +nnoremap g :GFiles + " Defx nnoremap :Defx autocmd FileType defx call s:defx_my_settings() -- cgit v1.2.3