feat(tmux): switch default $TERM and add keybinds
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
422161541b
commit
cba5405cb2
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue