Merge pull request #182 from luukvbaal/luukvbaal-vifm

vifm dir preview, vicmd
This commit is contained in:
Luke Smith 2019-03-03 22:25:12 -05:00 committed by GitHub
commit d3ea9e2eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,10 @@ map bg :!setbg %f &<CR>
nmap <space> tj nmap <space> tj
nmap q ZQ nmap q ZQ
fileviewer *.html,*.css,*.py,*.c,*.h,*.sh,*.diff,*.tex highlight -O ansi %c fileviewer *.html,*.css,*.py,*.c,*.h,*.sh,*.diff,*.tex highlight -O ansi %c
fileview */ tree %c -L 1 --dirsfirst
fileview ../ tree %c -L 1 --dirsfirst
set vicmd=$EDITOR
set syscalls set syscalls