Add zathura

This commit is contained in:
Smirnov Alexandr 2021-03-22 10:55:39 +02:00
parent e916fc2103
commit 633e8ad6cd
10 changed files with 98 additions and 68 deletions

View file

@ -1,6 +1,6 @@
#== Appearance
set colorscheme solarized
set confirm_on_delete always
set confirm_on_delete multiple
set automatically_count_files false
#== General
@ -31,3 +31,7 @@ map dD delete
map dT trash
map <c-k> tab_shift 1
map <c-j> tab_shift -1
map sa shell zip -r archive.zip %s
map ss shell tar -czvf archive.tar.gz %s
map sd shell 7z a archive.7z %s
map se shell extract %s