From f8c542e2fbe5f61421d6e15e333f11156674f746 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 11 Feb 2024 20:24:13 +0800 Subject: [PATCH] .vimrc: alt-f -> alt-d, alt-f: vim-fugitive --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index e3dd08e..8699883 100644 --- a/.vimrc +++ b/.vimrc @@ -99,7 +99,8 @@ endif noremap! [23~ noremap M :cnzz noremap L :cpzz -noremap f "myiw:grep-Ew'm'`git ls-files` +noremap d "myiw:grep-Ew'm'`git ls-files` +noremap f "myiw:Ggrep-Ew'm' noremap g "myiw:grep-rEw'm'. noremap zz noremap zz -- 1.8.3.1