Update shell setup
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
6d9bb3cdbf
commit
66dab16bfd
3 changed files with 4 additions and 2 deletions
|
@ -26,3 +26,6 @@ cursor:
|
||||||
key_bindings:
|
key_bindings:
|
||||||
- key: F11
|
- key: F11
|
||||||
action: ToggleFullscreen
|
action: ToggleFullscreen
|
||||||
|
- key: N
|
||||||
|
mods: Control|Shift
|
||||||
|
action: SpawnNewInstance
|
|
@ -1,4 +1,4 @@
|
||||||
set -g default-terminal "xterm-256color"
|
set -g default-terminal "screen-256color"
|
||||||
set -g default-command "${SHELL}"
|
set -g default-command "${SHELL}"
|
||||||
|
|
||||||
set-window-option -g automatic-rename off
|
set-window-option -g automatic-rename off
|
||||||
|
|
|
@ -18,7 +18,6 @@ export CXXFLAGS="-std=c++14 -Wall -Werror"
|
||||||
export LDLIBS="-lm"
|
export LDLIBS="-lm"
|
||||||
|
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
export TERM="xterm-256color"
|
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
alias q="exit"
|
alias q="exit"
|
||||||
|
|
Loading…
Reference in a new issue