diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-03-21 20:43:34 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-03-21 20:43:34 +0000 |
commit | f8f6e1566e539b42d70380c02ea18a61fa4f41e9 (patch) | |
tree | 53ebe470bc34fb46082744618bb70ace650204c9 /.config/tmux | |
parent | 1edbf138199402af0ae8b0953558ce0e689f61b2 (diff) | |
download | dotfiles-f8f6e1566e539b42d70380c02ea18a61fa4f41e9.tar dotfiles-f8f6e1566e539b42d70380c02ea18a61fa4f41e9.tar.gz dotfiles-f8f6e1566e539b42d70380c02ea18a61fa4f41e9.tar.bz2 dotfiles-f8f6e1566e539b42d70380c02ea18a61fa4f41e9.tar.lz dotfiles-f8f6e1566e539b42d70380c02ea18a61fa4f41e9.tar.xz dotfiles-f8f6e1566e539b42d70380c02ea18a61fa4f41e9.tar.zst dotfiles-f8f6e1566e539b42d70380c02ea18a61fa4f41e9.zip |
Add light theme to neovim and tmux clipboard on
Diffstat (limited to '.config/tmux')
-rw-r--r-- | .config/tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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" |