diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-11-12 09:25:07 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-11-12 09:25:07 +0000 |
commit | 57dcd8648a80cf632d7295afa1e6e3912a8b2930 (patch) | |
tree | cab217d894cc92c454d24d7f45a24d2c94133589 /.config/tmux | |
parent | 0387a327d11da95d273fbd8ecf368cf0b93a3875 (diff) | |
download | dotfiles-57dcd8648a80cf632d7295afa1e6e3912a8b2930.tar dotfiles-57dcd8648a80cf632d7295afa1e6e3912a8b2930.tar.gz dotfiles-57dcd8648a80cf632d7295afa1e6e3912a8b2930.tar.bz2 dotfiles-57dcd8648a80cf632d7295afa1e6e3912a8b2930.tar.lz dotfiles-57dcd8648a80cf632d7295afa1e6e3912a8b2930.tar.xz dotfiles-57dcd8648a80cf632d7295afa1e6e3912a8b2930.tar.zst dotfiles-57dcd8648a80cf632d7295afa1e6e3912a8b2930.zip |
Fix tmux colours and add gitsigns to neovim
Diffstat (limited to '.config/tmux')
-rw-r--r-- | .config/tmux/tmux.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 45d6519..7227e31 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,5 +1,6 @@ setw -g mouse on set-option -ga terminal-overrides ",foot:Tc" +set-option -ga terminal-overrides ",xterm-256color:Tc" setw -g mode-keys vi set -g history-limit 10000 set -sg escape-time 50 @@ -13,7 +14,5 @@ set -g status-position bottom set -g status-right-length 100 set -g status-right "#(echo $USER)@#(uname -n) | #(date -d now '+%a/%b/%Y %R') " -#set -g default-terminal "tmux-256color" -#set-option -sa terminal-overrides ",xterm*:Tc" bind-key b set-option status |