tmux : add <M-t> to create new window for compatibility with Termux.
This commit is contained in:
parent
04669de783
commit
d38ddabe35
|
@ -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
|
||||||
|
|
Reference in a new issue