diff options
author | luxagraf <sng@luxagraf.net> | 2020-02-16 13:23:56 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-02-16 13:23:56 -0500 |
commit | cd507c92f617d4a8a3f7bb0b43e425491ef7184d (patch) | |
tree | 42144ef0f35b91e7955f570c5ecc4bcec3c4d780 /.tmux |
initial commit of dotfiles
Diffstat (limited to '.tmux')
m--------- | .tmux/plugins/tmux-yank | 0 | ||||
m--------- | .tmux/plugins/tpm | 0 | ||||
-rw-r--r-- | .tmux/thesetup | 44 |
3 files changed, 44 insertions, 0 deletions
diff --git a/.tmux/plugins/tmux-yank b/.tmux/plugins/tmux-yank new file mode 160000 +Subproject 226587cf7c055e0d409c5f53e9a1e101f01a881 diff --git a/.tmux/plugins/tpm b/.tmux/plugins/tpm new file mode 160000 +Subproject 26d9ace1b47f4591b2afdf333442a498311b6ac diff --git a/.tmux/thesetup b/.tmux/thesetup new file mode 100644 index 0000000..50e6eb5 --- /dev/null +++ b/.tmux/thesetup @@ -0,0 +1,44 @@ +splitw -h -p 35 # split roughly in half +send 'cal' enter #open kanban project list +#send 'stm' enter #open kanban project list +#splitw -v -p 65 # split the bottom pane into a third +#send 'cd ~/gtd && @td' enter #open my todo list +#splitw -v -p 40 # split the bottom pane into a third +#send 'cd ~/gtd/done/ && @sc' enter #move to done folder and list +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 '' +splitw -h -p 24 +selectp -t 1 # select the original pane +splitw -h -p 67 +send "v" 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 '' +#send 'cd ~/sites/notes' enter +#splitw -h -p 40 # split it into a third +#selectp -t 1 # select the new, second (1) pane +#send 'cd ~/sites/luxnotes.net/ && vim' enter +#selectp -t 2 # select the new, second (1) pane +#send 'cd ~/sites/luxnotes.net/ ' enter #&& vagrant up && vagrant ssh' enter +#splitw -h -p 40 # split it into two halves +#send 'cd ~/gtd && @td' enter #open my todo list +#splitw -v -p 33 # split it into a third +#send 'cd ~/gtd/done/ && @sc' enter #move to done folder and list +#selectp -t 2 # select the new, second (1) pane +#splitw -v -p 50 # split it into a third +#send 'cd ~/gtd && @all' enter #open kanban project list + +# neww -t 4 -n 'lux' #create new window for dev +# send 'cd Sites/luxagraf && vim' enter +# splitw -h -p 33 # split it into a third +# send 'cd ~/Sites/luxagraf && virt' enter +# splitw -v -p 50 # split it into a third +# send 'cd ~/Sites/luxagraf' enter +# selectp -t 1 # select the far left pane |