From 671093d80c238213fb8de8c6900e75e7514e8dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 12 Dec 2021 22:18:52 +0100 Subject: [PATCH] Changed default-terminal in tmux due to not working dracula in nvim --- .tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index f5f4f97..43969f8 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,7 @@ set -g prefix C-a set-option -g default-shell /bin/zsh +set -g default-terminal "screen-256color" +set -ga terminal-overrides ",*256col*:Tc" bind-key p command-prompt -p 'save history to filename:' -I '~/tmux.history' 'capture-pane -JS -32768 ; save-buffer %1 ; delete-buffer' unbind C-b bind-key C-a send-prefix @@ -8,7 +10,6 @@ bind q confirm kill-window bind Q confirm kill-pane set -g status on bind-key -n C-f copy-mode \; send-key ? -set -g default-terminal "st-256color" set -g history-limit 20000 set-option -sg escape-time 0 set -g base-index 1 # start windows numbering at 1