diff options
Diffstat (limited to '.tmux')
-rw-r--r-- | .tmux/dev | 5 | ||||
-rw-r--r-- | .tmux/thesetup | 10 | ||||
-rw-r--r-- | .tmux/write-fict | 5 | ||||
-rw-r--r-- | .tmux/write-lux | 5 | ||||
-rw-r--r-- | .tmux/write-wire | 5 |
5 files changed, 22 insertions, 8 deletions
diff --git a/.tmux/dev b/.tmux/dev new file mode 100644 index 0000000..e18f035 --- /dev/null +++ b/.tmux/dev @@ -0,0 +1,5 @@ +neww -n '' +splitw -h -p 36 +send "cd ~/sites/luxagraf.net/ && lxc exec lxf -- su - lxf" enter #open vim +selectp -t 1 # select the original pane +send "cd ~/sites/luxagraf.net/ && v" enter #open vim diff --git a/.tmux/thesetup b/.tmux/thesetup index a8490d9..16099da 100644 --- a/.tmux/thesetup +++ b/.tmux/thesetup @@ -9,18 +9,12 @@ selectp -t 1 # select the original pane send 'cd ~/temp && mutt' enter #switch to downloads and open mutt #send '@scratch' enter #open kanban project list rename-window "" -neww -t 2 -n '' #create and new window for newsboat -send 'newsboat' enter #move to done folder and list -neww -t 3 -n '' +neww -t 2 -n '' 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 -neww -t 4 -n '' #create and new window for newsbeuter -send 'mpd && music' enter #open rss reader -neww -t 5 -n '' #create and new window for newsbeuter -send 'ranger' enter #open ranger -neww -t 6 -n '' +neww -t 3 -n '' splitw -h -p 22 selectp -t 1 # select the original pane splitw -h -p 69 diff --git a/.tmux/write-fict b/.tmux/write-fict new file mode 100644 index 0000000..d011c21 --- /dev/null +++ b/.tmux/write-fict @@ -0,0 +1,5 @@ +neww -n '' +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 diff --git a/.tmux/write-lux b/.tmux/write-lux new file mode 100644 index 0000000..93504ec --- /dev/null +++ b/.tmux/write-lux @@ -0,0 +1,5 @@ +neww -n '' +splitw -h -p 22 +selectp -t 1 # select the original pane +splitw -h -p 69 +send "cd ~/writing/luxagraf/ && v" enter #open vim diff --git a/.tmux/write-wire b/.tmux/write-wire new file mode 100644 index 0000000..10f88bf --- /dev/null +++ b/.tmux/write-wire @@ -0,0 +1,5 @@ +neww -t -n '' +splitw -h -p 22 +selectp -t 1 # select the original pane +splitw -h -p 69 +send "cd ~/writing/conde/wired/ && v" enter #open vim |