From d5de61efd8ebb9e416919a71757ac2a43c80d927 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Fri, 26 Feb 2016 13:44:54 +0500 Subject: [PATCH] =?UTF-8?q?vifm:=20=D1=80=D0=B0=D0=B7=D0=BB=D0=B8=D1=87?= =?UTF-8?q?=D0=BD=D1=8B=D0=B5=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/soft/vifm/commands | 6 ++++++ etc/soft/vifm/mappings | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/etc/soft/vifm/commands b/etc/soft/vifm/commands index 8a20e94..9baff2e 100644 --- a/etc/soft/vifm/commands +++ b/etc/soft/vifm/commands @@ -5,6 +5,10 @@ command df dfc %m 2> /dev/null command dus noc dus %d/* %m command dmesg dmesg %m +command bklist cat ~/.vifm/bookmarks.list %M +command bkedit !vim ~/.vifm/bookmarks.list +command bkadd :!echo %c:p >> ~/.vifm/bookmarks.list + command man man %a %m command t t -p %a %m @@ -30,3 +34,5 @@ command xc xc %c command config :vim $MYVIFMRC +command z !!zathura %c:p + diff --git a/etc/soft/vifm/mappings b/etc/soft/vifm/mappings index 05fd504..1d70d0b 100644 --- a/etc/soft/vifm/mappings +++ b/etc/soft/vifm/mappings @@ -1,3 +1,5 @@ +nmap O :only +nmap I :vsplit nmap S :sort nmap w :view nmap s :sync @@ -19,8 +21,10 @@ nmap yn :!echo %c | xclip nmap :!bash nmap x -nmap ,ba :bmark! %c:p -nmap ,bl :bmarks +nmap ,bl :bklist +nmap :bklist +nmap ,ba :bkadd +nmap ,be :bkedit nmap ,gq !!geeqie %c:p &