dotfiles/home/user/.termux/termux.properties
2024-12-11 01:23:03 +03:00

34 lines
910 B
Properties

enforce-char-based-input = true
# Open a new terminal with ctrl + t (volume down + t)
shortcut.create-session=ctrl + t
# Go one session down with (for example) ctrl + 2
shortcut.next-session=ctrl + 2
# Go one session up with (for example) ctrl + 1
shortcut.previous-session=ctrl + 1
# Rename a session with (for example) ctrl + n
shortcut.rename-session=ctrl + n
extra-keys = [ \
[ \
{key: ESC, popup: {macro: "CTRL d", display: EXIT}}, \
{macro: "CTRL b", display: TMUX}, \
'', \
{key: HOME}, \
{key: UP, popup: {key: PGUP}}, \
{key: END}, \
{key: F12} \
], \
[ \
{key: TAB}, \
{key: CTRL}, \
{key: ALT}, \
{key: LEFT, popup: {macro: "ALT p", display: PREV}}, \
{key: DOWN, popup: {key: PGDN}}, \
{key: RIGHT, popup: {macro: "ALT n", display: NEXT}}, \
{key: KEYBOARD} \
] \
]