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 +