diff options
Diffstat (limited to '.tmux/write-fict')
-rw-r--r-- | .tmux/write-fict | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux/write-fict b/.tmux/write-fict index 51fdbdd..63b08dd 100644 --- a/.tmux/write-fict +++ b/.tmux/write-fict @@ -3,4 +3,4 @@ rename-window "lbh" splitw -h -p 22 selectp -t 1 # select the original pane splitw -h -p 69 -send "cd writing/lbh/ && v lbh.txt" enter #open vim +send "cd ~/lbh/ && v lbh.txt" enter #open vim |