diff --git a/.tmux.conf b/.tmux.conf index 8d50730..b661fc7 100755 --- a/.tmux.conf +++ b/.tmux.conf @@ -4,6 +4,12 @@ set-option -g renumber-windows on set-option -g history-limit 10000 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 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 set-window-option -g window-status-bell-style fg=white,bg=red #base2, red -set -g default-terminal "tmux" # Color Scheme set -g @catppuccin_flavour 'latte' set -g @catppuccin_window_left_separator ""