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
# 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)

View File

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