diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-08-12 11:50:28 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-08-12 11:50:28 +0300 |
commit | b8fcb06714ea0c1ac28f54762a57878fd869ff66 (patch) | |
tree | 2e9931169fe4a76b261333e4d1bf4ad44cbcfe55 /vifm/.config/vifm | |
parent | b712c88e40891d801a577a269baa6c28c4cd1c4c (diff) | |
download | dotfiles-b8fcb06714ea0c1ac28f54762a57878fd869ff66.tar.gz |
feat(vifm): start tmux session in background
Diffstat (limited to 'vifm/.config/vifm')
-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} |