aboutsummaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2022-11-12 09:25:07 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2022-11-12 09:25:07 +0000
commit57dcd8648a80cf632d7295afa1e6e3912a8b2930 (patch)
treecab217d894cc92c454d24d7f45a24d2c94133589 /.config/tmux
parent0387a327d11da95d273fbd8ecf368cf0b93a3875 (diff)
downloaddotfiles-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.conf3
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