From a6f60b5ae98c84960dd07bfe100e3aabc16b198b Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Tue, 4 Mar 2025 06:29:59 +0800 Subject: [PATCH] feat: add Ctrl-Enter key binding for tmux. --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 3ed0021..3c53a0a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,6 +3,8 @@ bind-key C-a send-prefix set -g prefix C-a unbind C-b # +bind-key -n C-Enter send-keys "\e[13;5u" +# set-option -g status-bg colour27 set-option -g status-fg white set-option -g window-status-current-style bg=colour28