From d38ddabe3532527f3e9d01174a9ff35362700374 Mon Sep 17 00:00:00 2001 From: phone Date: Thu, 2 Nov 2023 17:16:51 +0300 Subject: [PATCH] tmux : add to create new window for compatibility with Termux. --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 03ddb14..c90a246 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -26,6 +26,7 @@ bind -n M-c kill-pane # create new window. bind -n M-Escape new-window +bind -n M-t new-window # NOTE: for compatibility with Termux as it does not support yet. # close window. bind -n M-x kill-window