feat(tmux): switch default $TERM and add keybinds

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2022-03-12 23:17:27 +01:00
parent 422161541b
commit cba5405cb2
No known key found for this signature in database
GPG key ID: 332171FADF1DB90B

View file

@ -1,4 +1,4 @@
set -g default-terminal "screen-256color"
set -g default-terminal "tmux-256color"
set -g default-command "${SHELL}"
set-window-option -g automatic-rename off
@ -21,6 +21,9 @@ bind < resize-pane -L 2
bind + resize-pane -U 2
bind - resize-pane -D 2
bind-key 'C-,' previous-window
bind-key 'C-.' next-window
bind-key r clear-history
bind-key R source-file ~/.tmux.conf \; display "Reloaded config file ~/.tmux.conf"
bind-key b set status