From 39ee59bd118359cc7d4cdb19b584b8ad6c51e6c9 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Mon, 23 Mar 2020 18:37:22 +0300 Subject: [PATCH] vifm: ++vi, findgrep --- etc/soft/vifm/commands | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/soft/vifm/commands b/etc/soft/vifm/commands index 6a4fa74..d133b4b 100644 --- a/etc/soft/vifm/commands +++ b/etc/soft/vifm/commands @@ -35,6 +35,7 @@ command ext ext %f command diff vimdiff %f %F command run !! ./%f command vim !nvim %f +command vi !nvim -u NONE %f command vault !ansible-vault edit %f @@ -56,3 +57,6 @@ command retag retag -v %f:p command dedash rename ' - ' ' ' %f +" Переход к файлу, содержащему текст +command findgrep rg -N %a | cut -d : -f 1 %M +