========================= Termux keyboard shortcuts ========================= First published at 9/7/2021 on https://defkey.com/termux-shortcuts Termux is a terminal emulator for running a Linux environment on Android devices. It is written in Java, and initially released in May 2015. Termux has 30 shortcuts and we have listed all of them below. Shortcuts with Ctrl key ----------------------- Termux touch keyboards doesn't include a Ctrl key, therefore it uses Volume down button to emulate the Ctrl key. For example, pressing Volume up + A on the touch keyboard will be the same as pressing Ctrl + A in a hardware keyboard. Ctrl + A Move cursor to the beginning of line Ctrl + C Abort (send SIGINT to) current process Ctrl + D Logout of a terminal session Ctrl + E Move cursor to the end of line Ctrl + K Delete from cursor to the end of line Ctrl + U Delete from cursor to the beginning of line Ctrl + L Clear the terminal Ctrl + Z Suspend (send SIGTSTP to) current process Ctrl + W Clear prompt before word (a word is a set of characters after a space) Ctrl + Alt + C Open new session (only works in Hacker's Keyboard) Shortcuts with "Volume Up" key ------------------------------ VolumeUp + E Escape key VolumeUp + T Tab key VolumeUp + 1 F1 (and Volume Up + 2 → F2, etc) VolumeUp + 0 F10 VolumeUp + B Alt + B, back a word when using readline VolumeUp + F Alt + F, forward a word when using readline VolumeUp + X Alt + X VolumeUp + W Up arrow key VolumeUp + A Left arrow key VolumeUp + S Down arrow key VolumeUp + D Right arrow key VolumeUp + L | (the pipe character) VolumeUp + H ~ (the tilde character) VolumeUp + U _ (underscore) VolumeUp + P Page Up VolumeUp + N Page Down VolumeUp + . Ctrl + \ (SIGQUIT) VolumeUp + V Show the volume control VolumeUp + Q Show extra keys view VolumeUp + K Alternative shortcut to toggle extra keys view Source: Termux Wiki Last modified on (UTC): Tuesday, September 7, 2021 Defkey © All rights reserved.