small-updates #30

Merged
mfocko merged 2 commits from small-updates into main 2021-02-07 13:29:51 +01:00
3 changed files with 4 additions and 2 deletions
Showing only changes of commit 66dab16bfd - Show all commits

View file

@ -26,3 +26,6 @@ cursor:
key_bindings:
- key: F11
action: ToggleFullscreen
- key: N
mods: Control|Shift
action: SpawnNewInstance

View file

@ -1,4 +1,4 @@
set -g default-terminal "xterm-256color"
set -g default-terminal "screen-256color"
set -g default-command "${SHELL}"
set-window-option -g automatic-rename off

View file

@ -18,7 +18,6 @@ export CXXFLAGS="-std=c++14 -Wall -Werror"
export LDLIBS="-lm"
export LANG="en_US.UTF-8"
export TERM="xterm-256color"
export GPG_TTY=$(tty)
alias q="exit"