feat: disable Alt-{Left,Right} in tmux.

This commit is contained in:
Gea-Suan Lin
2025-10-31 15:31:22 +08:00
parent 412c9a640a
commit ba35d8ad3f

View File

@@ -3,6 +3,9 @@ bind-key C-a send-prefix
set -g prefix C-a set -g prefix C-a
unbind C-b unbind C-b
# #
unbind-key -T root M-Left
unbind-key -T root M-Right
#
bind-key -n C-Enter send-keys "\e[13;5u" bind-key -n C-Enter send-keys "\e[13;5u"
# #
set-option -g status-bg colour27 set-option -g status-bg colour27