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 &