diff options
| author | pks <pks@pks.rocks> | 2025-12-14 22:52:10 +0100 |
|---|---|---|
| committer | pks <pks@pks.rocks> | 2025-12-14 22:52:10 +0100 |
| commit | 6bc9a7537addbf45e8c3a25cedfa0f9395aee3c5 (patch) | |
| tree | e5a0bda6c01f3d85259cf890a1deb1246565b364 /tmux/.tmux/common.conf | |
| parent | 6dd88149c6172e22168884e70304896ce331e037 (diff) | |
WIP
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 |
