summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-27 18:14:54 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-27 18:14:54 +0200
commit0cc0a74dd86f204ed36ea5cbcd45baa8303e296b (patch)
tree7cd83c3447821f1a0e230a231827af8b9597a543 /.config
parentChanged Emacs to daemon mode, setting editors accordingly (diff)
downloaddotfiles-bsd-0cc0a74dd86f204ed36ea5cbcd45baa8303e296b.tar.gz
dotfiles-bsd-0cc0a74dd86f204ed36ea5cbcd45baa8303e296b.tar.bz2
dotfiles-bsd-0cc0a74dd86f204ed36ea5cbcd45baa8303e296b.tar.xz
dotfiles-bsd-0cc0a74dd86f204ed36ea5cbcd45baa8303e296b.tar.zst
dotfiles-bsd-0cc0a74dd86f204ed36ea5cbcd45baa8303e296b.zip
vifmrc update
Diffstat (limited to '.config')
-rw-r--r--.config/vifm/vifmrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc
index 428943c..eb2307e 100644
--- a/.config/vifm/vifmrc
+++ b/.config/vifm/vifmrc
@@ -1,7 +1,7 @@
" vim: filetype=vifm
source ~/.config/vifm/vifmshortcuts
-set vicmd="emacsclient -c"
+set vicmd="nvim"
set syscalls
set nofollowlinks
set sortnumbers
@@ -27,7 +27,7 @@ map <C-v> <C-w>v
map R :restart<CR>
map x :!sxiv -ft * 2>/dev/null &<CR>
nnoremap o :file &<cr>
-map E :!$EDITOR %f<CR>
+map E :!emacsclient -c %f<CR>
map mkd :mkdir<space>
map bg :!setbg %f &<CR>
map X :!ext %f &<CR>
@@ -49,8 +49,8 @@ map gh :cd ~/<CR>
map gr :cd /<CR>
map gm :cd /mnt<CR>
-fileview */ tree %c -L 1 --dirsfirst
-fileview ../ tree %c -L 1 --dirsfirst
+fileview */ tree -C %c -L 1 --dirsfirst
+fileview ../ tree -C %c -L 1 --dirsfirst
fileviewer *.html w3m -dump %c
filextype *.html,*.htm firefox %f 2>/dev/null &