We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4790e88 commit f4e89ecCopy full SHA for f4e89ec
config-linux/.config/vifm/vifmrc
@@ -172,7 +172,7 @@ mark w ~/Documents/Work
172
173
command! df df -h %m 2> /dev/null
174
command! diff nvim -d %f %F
175
-command! mcd :mkdir %a | cd %a
+command! mcd :mkdir! "%a" | cd "%a"
176
command! reload :write | restart full
177
command! run !! ./%f
178
command! vgrep nvim "+grep %a"
0 commit comments