diff options
Diffstat (limited to 'tmux/.tmux/common.conf')
| -rw-r--r-- | tmux/.tmux/common.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/.tmux/common.conf b/tmux/.tmux/common.conf index ab77f0e..5050ac3 100644 --- a/tmux/.tmux/common.conf +++ b/tmux/.tmux/common.conf @@ -14,6 +14,9 @@ set -g default-terminal "screen-256color" unbind C-a set -g prefix C-a +# misc +set -g set-clipboard on + # status set -g status-left-length 32 set -g status-right-length 150 |
