summaryrefslogtreecommitdiff
path: root/.tmux/thesetup
blob: 50e6eb5c12665e59e0836f41a96f178865fb0e9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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