tmux : add <M-t> to create new window for compatibility with Termux.

This commit is contained in:
Dmitry Voronin 2023-11-02 17:16:51 +03:00
parent 04669de783
commit d38ddabe35

View file

@ -26,6 +26,7 @@ bind -n M-c kill-pane
# create new window. # create new window.
bind -n M-Escape new-window bind -n M-Escape new-window
bind -n M-t new-window # NOTE: for compatibility with Termux as it does not support <C-Esc> yet.
# close window. # close window.
bind -n M-x kill-window bind -n M-x kill-window