diff options
Diffstat (limited to '.tmux')
-rw-r--r-- | .tmux/write-fict | 2 | ||||
-rw-r--r-- | .tmux/write-lux | 2 | ||||
-rw-r--r-- | .tmux/write-wire | 5 |
3 files changed, 5 insertions, 4 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 diff --git a/.tmux/write-lux b/.tmux/write-lux index d496b83..56c58c4 100644 --- a/.tmux/write-lux +++ b/.tmux/write-lux @@ -2,4 +2,4 @@ neww -n 'lux' splitw -h -p 22 selectp -t 1 # select the original pane splitw -h -p 69 -send "cd ~/writing/luxagraf/ && v" enter #open vim +send "cd ~/lux/ && v" enter #open vim diff --git a/.tmux/write-wire b/.tmux/write-wire index 10f88bf..da7c7bd 100644 --- a/.tmux/write-wire +++ b/.tmux/write-wire @@ -1,5 +1,6 @@ -neww -t -n '' +neww -n '' +rename-window "wir" splitw -h -p 22 selectp -t 1 # select the original pane splitw -h -p 69 -send "cd ~/writing/conde/wired/ && v" enter #open vim +send "cd ~/writing/conde/wired/ && v wired.txt" enter #open vim |