From 5cf634f6c41697a312fad143ce20fb408fd81b66 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Thu, 11 Apr 2024 18:19:12 +0800 Subject: [PATCH] .vimrc: +vim-fugitive --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 8699883..2322696 100644 --- a/.vimrc +++ b/.vimrc @@ -99,8 +99,9 @@ endif noremap! [23~ noremap M :cnzz noremap L :cpzz -noremap d "myiw:grep-Ew'm'`git ls-files` +" dnf install vim-fugitive noremap f "myiw:Ggrep-Ew'm' +noremap F "myiw:grep-Ew'm'`git ls-files` noremap g "myiw:grep-rEw'm'. noremap zz noremap zz -- 1.8.3.1