File tmux.conf changed (mode: 100644) (index ec5c460..3c4c66c) |
... |
... |
bind-key -T copy-mode-vi '^v' send-keys -X rectangle-toggle |
25 |
25 |
bind-key -T copy-mode-vi 'y' send-keys -X copy-selection |
bind-key -T copy-mode-vi 'y' send-keys -X copy-selection |
26 |
26 |
|
|
27 |
27 |
# reload config (prefix + r) |
# reload config (prefix + r) |
28 |
|
bind-key r source ~/.tmux.conf \; display "Configuration reloaded!" |
|
|
28 |
|
bind-key r source ~/.tmux.conf \; \ |
|
29 |
|
display "Configuration reloaded!" |
29 |
30 |
|
|
30 |
31 |
# rebind vertical and horizontal splitting shortcuts |
# rebind vertical and horizontal splitting shortcuts |
31 |
32 |
unbind-key % |
unbind-key % |