tmux: Add copy/paste keys
This commit is contained in:
@@ -92,3 +92,8 @@ bind-key -n C-F2 split-window -h "exec htop"
|
|||||||
bind-key -n C-F3 set-option status
|
bind-key -n C-F3 set-option status
|
||||||
|
|
||||||
bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf sourced"
|
bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf sourced"
|
||||||
|
|
||||||
|
bind P paste-buffer
|
||||||
|
bind-key -t vi-copy 'v' begin-selection
|
||||||
|
bind-key -t vi-copy 'y' copy-selection
|
||||||
|
bind-key -t vi-copy 'r' rectangle-toggle
|
||||||
|
|||||||
Reference in New Issue
Block a user