summaryrefslogtreecommitdiff
path: root/.tmux/thesetup
diff options
context:
space:
mode:
Diffstat (limited to '.tmux/thesetup')
-rw-r--r--.tmux/thesetup44
1 files changed, 44 insertions, 0 deletions
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