diff options
author | luxagraf <sng@luxagraf> | 2021-04-20 20:07:58 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-04-20 20:07:58 -0400 |
commit | 3cc80ba61060765a5981da3e7ab8cda8dc03e447 (patch) | |
tree | 28e087442836067ebcda2fdacb529c687ac36e8a /.tmux/write-wire | |
parent | b6233aa19dc68bf266ef06f27aae69fa3210f046 (diff) |
added latest environment tweaks
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 |