File tmux.conf changed (mode: 100644) (index 3a41bb0..edd31e9) |
... |
... |
set -g display-panes-time 2000 |
27 |
27 |
# store more of buffer history |
# store more of buffer history |
28 |
28 |
set -g history-limit 100000 |
set -g history-limit 100000 |
29 |
29 |
|
|
|
30 |
|
# automatically eliminate gaps in numbers of windows (tabs) |
|
31 |
|
set -g renumber-windows on |
|
32 |
|
|
30 |
33 |
# use vi-line shortcuts to yank text in copy-mode |
# use vi-line shortcuts to yank text in copy-mode |
31 |
34 |
bind -T copy-mode-vi v send-keys -X begin-selection |
bind -T copy-mode-vi v send-keys -X begin-selection |
32 |
35 |
bind -T copy-mode-vi V send-keys -X select-line |
bind -T copy-mode-vi V send-keys -X select-line |