Skip to content

Commit

Permalink
Allowing buffer to be shared with clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Flux365 committed Jan 28, 2019
1 parent 3f66d7c commit d266814
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ set -g default-terminal "screen-256color"
source-file ~/dotfiles/tmux/tmux-keybindings.conf
set -g focus-events on

# allow tmux buffer to be shared with clipboard
set -g set-clipboard external

# don't rename windows automatically
set-option -g allow-rename off

Expand Down

0 comments on commit d266814

Please sign in to comment.