Skip to content

Commit f4e89ec

Browse files
committed
chore: tweak vifm
1 parent 4790e88 commit f4e89ec

File tree

1 file changed

+1
-1
lines changed
  • config-linux/.config/vifm

1 file changed

+1
-1
lines changed

config-linux/.config/vifm/vifmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ mark w ~/Documents/Work
172172

173173
command! df df -h %m 2> /dev/null
174174
command! diff nvim -d %f %F
175-
command! mcd :mkdir %a | cd %a
175+
command! mcd :mkdir! "%a" | cd "%a"
176176
command! reload :write | restart full
177177
command! run !! ./%f
178178
command! vgrep nvim "+grep %a"

0 commit comments

Comments
 (0)