vim and tmux small config edits

This commit is contained in:
Henrik Bakken
2021-08-03 10:26:11 +02:00
parent 7e9878b893
commit 91f7fd2e02
2 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ set -g history-limit 20000
set -g focus-events on
# screen colors
set -g default-terminal "tmux-256color"
set-option -ga terminal-overrides ",st-256color:Tc"
set -g default-terminal "st-256color"
# Start with index 1
set -g base-index 1