feat: add Ctrl-Enter key binding for tmux.

This commit is contained in:
Gea-Suan Lin
2025-03-04 06:29:59 +08:00
parent 26a5aeca74
commit a6f60b5ae9

View File

@@ -3,6 +3,8 @@ bind-key C-a send-prefix
set -g prefix C-a set -g prefix C-a
unbind C-b unbind C-b
# #
bind-key -n C-Enter send-keys "\e[13;5u"
#
set-option -g status-bg colour27 set-option -g status-bg colour27
set-option -g status-fg white set-option -g status-fg white
set-option -g window-status-current-style bg=colour28 set-option -g window-status-current-style bg=colour28