tmux: Copy to clipboard when copying text from scrollback
This commit is contained in:
@@ -32,6 +32,8 @@ setw -g window-status-bell-style 'fg=#{@orange} bg=#{@red} bold'
|
|||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
# set -g mouse on
|
# set -g mouse on
|
||||||
|
|
||||||
|
bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xclip -selection clipboard -in"
|
||||||
|
|
||||||
# Detached sessions
|
# Detached sessions
|
||||||
set -g destroy-unattached on
|
set -g destroy-unattached on
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user