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 | |
parent | 67f7bd972d749d56508d300411f91f95fda2d3ee (diff) |
added latest tweaks
Diffstat (limited to '.tmux')
-rw-r--r-- | .tmux/dev | 2 | ||||
-rw-r--r-- | .tmux/dev-ccg | 2 | ||||
-rw-r--r-- | .tmux/dev-lbh | 2 | ||||
m--------- | .tmux/plugins/tmux-yank | 0 | ||||
m--------- | .tmux/plugins/tpm | 0 | ||||
-rw-r--r-- | .tmux/write-fict | 4 | ||||
-rw-r--r-- | .tmux/write-lux | 4 | ||||
-rw-r--r-- | .tmux/write-wire | 4 |
8 files changed, 9 insertions, 9 deletions
@@ -1,5 +1,5 @@ neww -n '' -splitw -h -p 36 +splitw -h -l 33% send "cd ~/sites/luxagraf.net/ && virt && ./manage.py runserver 127.0.0.1:8000" enter selectp -t 1 # select the original pane send "cd ~/sites/luxagraf.net/ && v" enter #open vim diff --git a/.tmux/dev-ccg b/.tmux/dev-ccg index 5963976..bc33912 100644 --- a/.tmux/dev-ccg +++ b/.tmux/dev-ccg @@ -1,5 +1,5 @@ neww -n '' -splitw -h -p 36 +splitw -h -l 33% send "cd ~/sites/cumuluslearning.net/ && virt && ./manage.py runserver 127.0.0.3:8000 enter" selectp -t 1 # select the original pane send "cd ~/sites/cumuluslearning.net/ && v" enter #open vim diff --git a/.tmux/dev-lbh b/.tmux/dev-lbh index 62086ba..0a13f00 100644 --- a/.tmux/dev-lbh +++ b/.tmux/dev-lbh @@ -1,5 +1,5 @@ neww -n '' -splitw -h -p 36 +splitw -h -l 33% send "cd ~/sites/libregraf.net/ && virt && ./manage.py runserver 127.0.0.2:8000 enter" selectp -t 1 # select the original pane send "cd ~/sites/libregraf.net/ && v" enter #open vim diff --git a/.tmux/plugins/tmux-yank b/.tmux/plugins/tmux-yank deleted file mode 160000 -Subproject 226587cf7c055e0d409c5f53e9a1e101f01a881 diff --git a/.tmux/plugins/tpm b/.tmux/plugins/tpm deleted file mode 160000 -Subproject 26d9ace1b47f4591b2afdf333442a498311b6ac diff --git a/.tmux/write-fict b/.tmux/write-fict index 63b08dd..dc042f4 100644 --- a/.tmux/write-fict +++ b/.tmux/write-fict @@ -1,6 +1,6 @@ neww -n '' rename-window "lbh" -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 ~/lbh/ && v lbh.txt" enter #open vim diff --git a/.tmux/write-lux b/.tmux/write-lux index 56c58c4..4815d79 100644 --- a/.tmux/write-lux +++ b/.tmux/write-lux @@ -1,5 +1,5 @@ neww -n 'lux' -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 ~/lux/ && v" enter #open vim 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 |