home | tmux - tweaks for nvim
This commit is contained in:
parent
9c36e491f6
commit
29867a09c8
1 changed files with 3 additions and 1 deletions
|
|
@ -103,6 +103,7 @@
|
|||
set -g display-panes-colour blue
|
||||
set -g display-panes-time 1000
|
||||
set -g display-time 750
|
||||
set -g focus-events on
|
||||
set -g lock-after-time 120
|
||||
set -g lock-command 'tty | grep -q "^/dev/tty" && vlock'
|
||||
set -g renumber-windows off
|
||||
|
|
@ -115,7 +116,8 @@
|
|||
set -g status-position top
|
||||
set -g visual-activity off
|
||||
set -g visual-bell off
|
||||
set -sa terminal-overrides ",xterm*:Tc"
|
||||
set -sa terminal-features ',tmux-256color:RGB'
|
||||
set -sa terminal-overrides ",tmux-256color:RGB"
|
||||
set -sg escape-time 0
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue