Skip to content

Instantly share code, notes, and snippets.

@facundobianco
Created May 27, 2015 19:43
Show Gist options
  • Save facundobianco/2f1e1a0b19ee5a4988f6 to your computer and use it in GitHub Desktop.
Save facundobianco/2f1e1a0b19ee5a4988f6 to your computer and use it in GitHub Desktop.
For vifm 0.5
# I really hate vifm 0.7.x, I still using vifm 0.5
VI_COMMAND=jed
USE_TRASH=0
USE_ONE_WINDOW=1
USE_SCREEN=0
LEFT_WINDOW_SORT_TYPE=1
RIGHT_WINDOW_SORT_TYPE=1
LWIN_FILTER=\.o$
LWIN_INVERT=1
RWIN_FILTER=\.o$
RWIN_INVERT=1
USE_VIM_HELP=0
RUN_EXECUTABLE=0
FILETYPE=img=bmp,jpg,jpeg,png,gif=feh -FZ %f
FILETYPE=movies=avi,mp4,wmv,dat,3gp,ogv,m4v,mkv,mpg,vob,flv=mplayer -fs -zoom -cache 8192 %f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment