From 57dcd8648a80cf632d7295afa1e6e3912a8b2930 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Sat, 12 Nov 2022 10:25:07 +0100 Subject: Fix tmux colours and add gitsigns to neovim --- .config/tmux/tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/tmux/tmux.conf') 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 -- cgit v1.2.3