tmux: copy-mode improvements
This commit is contained in:
parent
5a2fa40fa7
commit
e98353216a
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ bind r source-file ~/.config/tmux/tmux.conf
|
||||||
|
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
|
set-window-option -g mode-keys vi
|
||||||
|
bind -Tcopy-mode-vi 'v' send -X begin-selection
|
||||||
|
bind -Tcopy-mode-vi 'y' send -X copy-selection-and-cancel
|
||||||
|
|
||||||
set -g status on
|
set -g status on
|
||||||
set -g status-style bg=colour235,fg=brightblack
|
set -g status-style bg=colour235,fg=brightblack
|
||||||
set -g status-left-length 50
|
set -g status-left-length 50
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue