diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 4b6aa7b..d771fdf 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -14,14 +14,14 @@ # Any items in the `env` entry below will be added as # environment variables. Some entries may override variables # set by alacritty itself. -#env: +env: # TERM variable # # This value is used to set the `$TERM` environment variable for # each instance of Alacritty. If it is not present, alacritty will # check the local terminfo database and use `alacritty` if it is # available, otherwise `xterm-256color` is used. - #TERM: alacritty + TERM: xterm-256color window: # Window dimensions (changes require restart) diff --git a/.tmux.conf b/.tmux.conf index 2b6b7ad..f657184 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,4 +1,4 @@ -set -g default-terminal "alacritty" +set -g default-terminal "xterm-256color" unbind C-b set-option -g prefix C-a bind z previous-window