diff options
Diffstat (limited to 'vifm/.config')
-rw-r--r-- | vifm/.config/vifm/vifmrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vifm/.config/vifm/vifmrc b/vifm/.config/vifm/vifmrc index 24f0843..c2bbc24 100644 --- a/vifm/.config/vifm/vifmrc +++ b/vifm/.config/vifm/vifmrc @@ -140,7 +140,7 @@ command! make !!make %a command! mkcd :mkdir %a | cd %a command! vgrep vim "+grep %a" command! reload :write | restart -command! w :!st -e tmuxinator start -p=$HOME/.config/tmuxinator/.template.yml name=%c root=%d/%c 2>/dev/null & +command! w :!tmuxinator start --no-attach -p=$HOME/.config/tmuxinator/.template.yml name=%c root=%d/%c 2>/dev/null & " ------------------------------------------------------------------------------ @@ -232,7 +232,7 @@ filetype *.[1-8] man ./%c fileviewer *.[1-8] man ./%c | col -b " Images -filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm +filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm,*.webp \ {View in sxiv} \ sxiv %f, \ {View in gpicview} |