From 1bf7b927ec012de5f6ca5d47e44897866ce68f47 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sat, 18 Apr 2020 12:33:33 +0300 Subject: [PATCH] vifm: sorted findgrep --- etc/soft/vifm/commands | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/soft/vifm/commands b/etc/soft/vifm/commands index d133b4b..1d07c1f 100644 --- a/etc/soft/vifm/commands +++ b/etc/soft/vifm/commands @@ -58,5 +58,5 @@ command retag retag -v %f:p command dedash rename ' - ' ' ' %f " Переход к файлу, содержащему текст -command findgrep rg -N %a | cut -d : -f 1 %M +command findgrep rg -N %a | cut -d : -f 1 | sort %M