diff options
author | luxagraf <sng@luxagraf.net> | 2024-04-26 09:45:41 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2024-04-26 09:45:41 -0500 |
commit | cc5f294c2cda9de3dc11ecd26e51694f8a27adba (patch) | |
tree | 1988f7bca00f7ce84580b7d2220f05d5f25acdb1 /.tmux/write-wire | |
parent | 67f7bd972d749d56508d300411f91f95fda2d3ee (diff) |
added latest tweaks
Diffstat (limited to '.tmux/write-wire')
-rw-r--r-- | .tmux/write-wire | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.tmux/write-wire b/.tmux/write-wire index 4d26a47..54ca3e9 100644 --- a/.tmux/write-wire +++ b/.tmux/write-wire @@ -1,6 +1,6 @@ neww -n '' rename-window "wir" -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 ~/wired/ && v wired.txt" enter #open vim |