feat(tmux): 设置 escape-time 为 100 毫秒以解决转义文字问题
This commit is contained in:
parent
15b5b5ac80
commit
d9490ab48b
@ -21,6 +21,8 @@ set -wg allow-rename off # 禁止活动进程修改窗口名
|
||||
set -wg automatic-rename off # 禁止自动命名新窗口
|
||||
set -g renumber-windows on # 关掉某个窗口后,编号重排
|
||||
|
||||
set -sg escape-time 100 # Issue: https://github.com/microsoft/vscode/issues/207545
|
||||
|
||||
set -g default-terminal 'screen-256color'
|
||||
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user