diff options
Diffstat (limited to '.tmux/write-lux')
-rw-r--r-- | .tmux/write-lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.tmux/write-lux b/.tmux/write-lux index 56c58c4..4815d79 100644 --- a/.tmux/write-lux +++ b/.tmux/write-lux @@ -1,5 +1,5 @@ neww -n 'lux' -splitw -h -p 22 +splitw -h -l 22% selectp -t 1 # select the original pane -splitw -h -p 69 +splitw -h -l 71% send "cd ~/lux/ && v" enter #open vim |