diff options
Diffstat (limited to '.tmux/write-fict')
-rw-r--r-- | .tmux/write-fict | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.tmux/write-fict b/.tmux/write-fict index 63b08dd..dc042f4 100644 --- a/.tmux/write-fict +++ b/.tmux/write-fict @@ -1,6 +1,6 @@ neww -n '' rename-window "lbh" -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 ~/lbh/ && v lbh.txt" enter #open vim |