tmux: add clipboard support option

This commit is contained in:
2024-01-10 22:50:19 +03:00
parent ebb78950a4
commit 0c6ff69f19

View File

@@ -6,6 +6,8 @@ set -g mouse on
set -sg base-index 1 set -sg base-index 1
set -wg pane-base-index 1 set -wg pane-base-index 1
set -g set-clipboard on
# statusline # statusline
set -g status-left "[#S] " set -g status-left "[#S] "
set -g status-right "[#($HOME/dotfiles/bin/tmux_battery.sh)] \"#H\" %H:%M %d/%m/%Y" set -g status-right "[#($HOME/dotfiles/bin/tmux_battery.sh)] \"#H\" %H:%M %d/%m/%Y"