Advertisement
IssyPutchy

Termux Properties

Mar 3rd, 2021
973
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.45 KB | None | 0 0
  1. extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]
  2. # Open a new terminal with ctrl + t (volume down + t)
  3. shortcut.create-session = ctrl + t
  4.  
  5. # Go one session down with (for example) ctrl + 2
  6. shortcut.next-session = ctrl + 2
  7.  
  8. # Go one session up with (for example) ctrl + 1
  9. shortcut.previous-session = ctrl + 1
  10.  
  11. # Rename a session with (for example) ctrl + n
  12. shortcut.rename-session = ctrl + n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement