Added fonts and changed tmux base index

This commit is contained in:
FredzyW 2024-07-17 16:32:07 +02:00
parent 968b15968b
commit e0ef6ab87e
3 changed files with 20 additions and 7 deletions

View file

@ -38,6 +38,8 @@
keyMode = "vi";
escapeTime = 0;
extraConfig = ''
set -g base-index 1
setw -g pane-base-index 1
set-option -ga terminal-overrides ",alacritty:Tc"
'';
};