" vim: set filetype=vifm : set vicmd=vi set notrash set history=100 set followlinks "set fastrun set sortnumbers set undolevels=100 set vimhelp set norunexec set noiec set fusehome=/tmp/vifm-fuse set timefmt=%d\ %b\ %H:%M set wildmenu set wildstyle=bar set suggestoptions=normal,visual,view,otherpane,keys,marks,registers set ignorecase set smartcase set hlsearch set incsearch set scrolloff=2 set slowfs= set statusline=" %t%= %A %10u:%-7g %15s %20d " mark h ~/ mark t ~/tmp/ mark c ~/conf/ mark d ~/download/ mark T /home/temp/ mark s /storage/ mark m /media/ command! diff vi -d %f %F command! tar tar cjf %c.tar.bz2 %f command! untar tar xf %c command! zip zip -r %c.zip %f command! unzip unzip -q %c command! run !! ./%f command! make !!make command! df df -h %m 2>/dev/null filextype * rox %f >/dev/null 2>&1 & fileviewer *.tar,*.tar.*,*.tgz tar -tf %c fileviewer *.zip,*.jar,*.war,*.ear,*.apk unzip -Z1 %c fileviewer *.7z 7z l %c fileviewer *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.svg,*.xpm identify %c fileviewer *.pdf pdfinfo %c fileviewer *.mp3 id3tool %c "set vifminfo=options,filetypes,commands,bookmarks,dhistory,state,cs "set vifminfo=dhistory,savedirs,chistory,state,tui,shistory, " \ phistory,fhistory,dirstack,registers,bookmarks set vifminfo= nmap o :edit nmap O :!less %f nmap s :shell nmap S :sort nmap w :view nmap ,c :write | edit $MYVIFMRC | restart nmap ,o :!gvim %f & nmap ,r :!rox & nmap ,t :!xterminal & nmap gb :file nmap yd :!echo %d | xclip -i nmap yf :!echo %c:p | xclip -i nmap c :cd %D nmap :!man vifm nmap :set number! nmap :!less %f nmap :edit nmap :copy nmap :move nmap :mkdir nmap :delete nmap :quit colorscheme default