Use xterm-256color terminfo

This commit is contained in:
Yash Karandikar 2022-04-26 18:52:18 -05:00
parent 778808040e
commit b122624648
2 changed files with 3 additions and 3 deletions

View file

@ -14,14 +14,14 @@
# Any items in the `env` entry below will be added as # Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables # environment variables. Some entries may override variables
# set by alacritty itself. # set by alacritty itself.
#env: env:
# TERM variable # TERM variable
# #
# This value is used to set the `$TERM` environment variable for # This value is used to set the `$TERM` environment variable for
# each instance of Alacritty. If it is not present, alacritty will # each instance of Alacritty. If it is not present, alacritty will
# check the local terminfo database and use `alacritty` if it is # check the local terminfo database and use `alacritty` if it is
# available, otherwise `xterm-256color` is used. # available, otherwise `xterm-256color` is used.
#TERM: alacritty TERM: xterm-256color
window: window:
# Window dimensions (changes require restart) # Window dimensions (changes require restart)

View file

@ -1,4 +1,4 @@
set -g default-terminal "alacritty" set -g default-terminal "xterm-256color"
unbind C-b unbind C-b
set-option -g prefix C-a set-option -g prefix C-a
bind z previous-window bind z previous-window