From f8f6e1566e539b42d70380c02ea18a61fa4f41e9 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Tue, 21 Mar 2023 21:43:34 +0100 Subject: Add light theme to neovim and tmux clipboard on --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.config/tmux') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 7f5528e..e68c4d6 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -4,6 +4,7 @@ set-option -ga terminal-overrides ",xterm-256color:Tc" setw -g mode-keys vi set -g history-limit 10000 set -sg escape-time 50 +set -s set-clipboard on set -g status-interval 30 set -g status-style "bg=black,fg=white" -- cgit v1.2.3