try to fix tmux key issues
This commit is contained in:
parent
566d709ca8
commit
09eeb75f47
5 changed files with 8 additions and 9 deletions
|
|
@ -54,9 +54,8 @@ bind C-d detach
|
|||
|
||||
# ==========
|
||||
# My options
|
||||
set -g default-terminal "xterm-256color"
|
||||
set-option -g terminal-overrides ',xterm-256color:RGB'
|
||||
set-option -sa terminal-features ',xterm:LRGB'
|
||||
set -g default-terminal "tmux-256color"
|
||||
set-option -g terminal-overrides ',tmux-256color:RGB'
|
||||
set -g detach-on-destroy off
|
||||
set -g renumber-windows on
|
||||
set -g status-position top
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
mouse = true;
|
||||
keyMode = "vi";
|
||||
shell = "${pkgs.zsh}/bin/zsh";
|
||||
terminal = "screen-256color";
|
||||
terminal = "tmux-256color";
|
||||
aggressiveResize = true;
|
||||
sensibleOnTop = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue