Changed default-terminal in tmux due to not working dracula in nvim

This commit is contained in:
Marcin Woźniak 2021-12-12 22:18:52 +01:00
parent e35def944a
commit 671093d80c
1 changed files with 2 additions and 1 deletions

View File

@ -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