mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Add zathura
This commit is contained in:
parent
e916fc2103
commit
633e8ad6cd
10 changed files with 98 additions and 68 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue