From 65b8cd89a7c73c63e6b6a07b9abf8608be856227 Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Wed, 17 Aug 2022 17:18:44 +0300 Subject: [PATCH] hotkey for file grep changed --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index b65a6f5..2161b28 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -81,7 +81,7 @@ let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } } nnoremap b :Buffers nnoremap f :Files -nnoremap cf :Rg +nnoremap gr :Rg nnoremap / :BLines nnoremap ' :Marks nnoremap g :Commits