split gbel and weechat commands to allow easy relaunching of weechat
This commit is contained in:
parent
bc5e057691
commit
d8c7f35e21
|
@ -5,7 +5,7 @@ new
|
||||||
splitw -v -p 60
|
splitw -v -p 60
|
||||||
splitw -h -p 50
|
splitw -h -p 50
|
||||||
# Start programs
|
# 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
|
send -t 0:0.2 'vifm' Enter
|
||||||
# Set focus on pane 1
|
# Set focus on pane 1
|
||||||
selectp -t 0:0.1
|
selectp -t 0:0.1
|
||||||
|
|
Loading…
Reference in New Issue