lots of changes
This commit is contained in:
parent
a5eca108bd
commit
bf90155a8e
10 changed files with 75 additions and 21 deletions
|
@ -14,12 +14,13 @@
|
|||
set vicmd=vim
|
||||
" set vicmd=elvis\ -G\ termcap
|
||||
" set vicmd=vile
|
||||
set shell=/bin/sh
|
||||
|
||||
" This makes vifm perform file operations on its own instead of relying on
|
||||
" standard utilities like `cp`. While using `cp` and alike is a more universal
|
||||
" solution, it's also much slower and doesn't support progress measuring.
|
||||
|
||||
" set syscalls
|
||||
set syscalls
|
||||
|
||||
" Trash Directory
|
||||
" The default is to move files that are deleted with dd or :d to
|
||||
|
@ -237,7 +238,7 @@ fileviewer *.[1-8] man ./%c | col -b
|
|||
" Images
|
||||
filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm
|
||||
\ {View in feh}
|
||||
\ feh %f &,
|
||||
\ feh --borderless --scale-down --draw-filename --draw-exif --draw-tinted --auto-rotate %"f &,
|
||||
\ {View in sxiv}
|
||||
\ sxiv %f,
|
||||
\ {View in gpicview}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue