diff options
Diffstat (limited to '.tmux/write-wire')
-rw-r--r-- | .tmux/write-wire | 5 |
1 files changed, 3 insertions, 2 deletions
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 |