diff --git a/etc/soft/vifm/commands b/etc/soft/vifm/commands index e12255f..3bd9dea 100644 --- a/etc/soft/vifm/commands +++ b/etc/soft/vifm/commands @@ -1,5 +1,5 @@ " Выход с переходом в текущую директорию -command! Q :execute '!echo %d > ~/.vifm/lastdir' | quit +command! Q :execute '!echo %d > ~/.config/vifm/lastdir' | quit command df dfc -t apfs,ext4,fuseblk,osxfuse -w -s -T %m 2> /dev/null command dfc dfc -t apfs,ext4,fuseblk,osxfuse -w -s -T %m 2> /dev/null @@ -10,9 +10,9 @@ command dmesg dmesg %m command tag !tmsu tag --tags="%a" %c command untagged tmsu untagged | sort %M -command bklist cat ~/.vifm/bookmarks.list %M -command bkedit !nvim ~/.vifm/bookmarks.list -command bkadd :!echo %c:p >> ~/.vifm/bookmarks.list +command bklist cat ~/.config/vifm/bookmarks.list %M +command bkedit !nvim ~/.config/vifm/bookmarks.list +command bkadd :!echo %c:p >> ~/.config/vifm/bookmarks.list command man man %a %m command fb fb2 %c:p %m