From b8fcb06714ea0c1ac28f54762a57878fd869ff66 Mon Sep 17 00:00:00 2001
From: eug-vs <eugene@eug-vs.xyz>
Date: Thu, 12 Aug 2021 11:50:28 +0300
Subject: feat(vifm): start tmux session in background

---
 vifm/.config/vifm/vifmrc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'vifm/.config')

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}
-- 
cgit v1.2.3