From 66dab16bfd89e368147ecb613b02144b4364a413 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sun, 7 Feb 2021 13:23:17 +0100 Subject: [PATCH] Update shell setup Signed-off-by: Matej Focko --- playbooks/roles/shell/templates/alacritty/alacritty.yml | 3 +++ playbooks/roles/shell/templates/tmux.conf.j2 | 2 +- playbooks/roles/shell/templates/zshrc.j2 | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/shell/templates/alacritty/alacritty.yml b/playbooks/roles/shell/templates/alacritty/alacritty.yml index 76b170b..c4c4c0b 100755 --- a/playbooks/roles/shell/templates/alacritty/alacritty.yml +++ b/playbooks/roles/shell/templates/alacritty/alacritty.yml @@ -26,3 +26,6 @@ cursor: key_bindings: - key: F11 action: ToggleFullscreen + - key: N + mods: Control|Shift + action: SpawnNewInstance \ No newline at end of file diff --git a/playbooks/roles/shell/templates/tmux.conf.j2 b/playbooks/roles/shell/templates/tmux.conf.j2 index 4b46461..86f7717 100644 --- a/playbooks/roles/shell/templates/tmux.conf.j2 +++ b/playbooks/roles/shell/templates/tmux.conf.j2 @@ -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 diff --git a/playbooks/roles/shell/templates/zshrc.j2 b/playbooks/roles/shell/templates/zshrc.j2 index e735e6e..ca68581 100644 --- a/playbooks/roles/shell/templates/zshrc.j2 +++ b/playbooks/roles/shell/templates/zshrc.j2 @@ -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"