Tmux: Enable system clipboard

This commit is contained in:
Tony Grosinger 2024-05-30 08:34:17 -07:00
parent 9658903ed2
commit 621a9930ea

View File

@ -4,6 +4,12 @@ set-option -g renumber-windows on
set-option -g history-limit 10000 set-option -g history-limit 10000
set -s escape-time 0 set -s escape-time 0
### Fix supporting italics
set -g default-terminal "tmux"
### Use the system clipboard
set -g set-clipboard on
### Reload the config with r ### Reload the config with r
bind-key r source-file ~/.tmux.conf\; display-message "Reloaded config" bind-key r source-file ~/.tmux.conf\; display-message "Reloaded config"
@ -46,7 +52,6 @@ set -g status-right '#(date "+%%Y-%m-%d %%H:%%M:%%S")'
# bell # bell
set-window-option -g window-status-bell-style fg=white,bg=red #base2, red set-window-option -g window-status-bell-style fg=white,bg=red #base2, red
set -g default-terminal "tmux"
# Color Scheme # Color Scheme
set -g @catppuccin_flavour 'latte' set -g @catppuccin_flavour 'latte'
set -g @catppuccin_window_left_separator "" set -g @catppuccin_window_left_separator ""