aboutsummaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2023-03-21 20:43:34 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2023-03-21 20:43:34 +0000
commitf8f6e1566e539b42d70380c02ea18a61fa4f41e9 (patch)
tree53ebe470bc34fb46082744618bb70ace650204c9 /.config/tmux
parent1edbf138199402af0ae8b0953558ce0e689f61b2 (diff)
downloaddotfiles-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.conf1
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"