| File tmux.conf changed (mode: 100644) (index 1392d8c..72c4d6f) |
| ... |
... |
bind -r K resize-pane -U 5 |
| 70 |
70 |
bind -r L resize-pane -R 5 |
bind -r L resize-pane -R 5 |
| 71 |
71 |
|
|
| 72 |
72 |
# move current window (tab) left or right (C-h didn't work for some reason) |
# move current window (tab) left or right (C-h didn't work for some reason) |
| 73 |
|
bind -r H swap-window -d -t -1 |
|
| 74 |
|
bind -r L swap-window -d -t +1 |
|
|
73 |
|
bind -r M-h swap-window -d -t -1 |
|
74 |
|
bind -r M-l swap-window -d -t +1 |
| 75 |
75 |
|
|
| 76 |
76 |
# toggle between two last visited windows |
# toggle between two last visited windows |
| 77 |
77 |
bind ' ' last-window |
bind ' ' last-window |