From d8c7f35e2184874dc1d4e262251d75c07d27d16c Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Wed, 1 Jun 2016 08:35:58 -0500 Subject: [PATCH] split gbel and weechat commands to allow easy relaunching of weechat --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 11faccc..1190f0a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -5,7 +5,7 @@ new splitw -v -p 60 splitw -h -p 50 # Start programs -send -t 0:0.0 'gbel && weechat' Enter +send -t 0:0.0 'gbel' Enter 'weechat' Enter send -t 0:0.2 'vifm' Enter # Set focus on pane 1 selectp -t 0:0.1