Advertisement
Jackspade9624

nano ~/.termux/termux.properties

Apr 5th, 2025
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. ### Open a new terminal with ctrl + t (volume down + t)
  2. # shortcut.create-session = ctrl + t
  3.  
  4. ### Go one session down with (for example) ctrl + 2
  5. # shortcut.next-session = ctrl + 2
  6.  
  7. ### Go one session up with (for example) ctrl + 1
  8. # shortcut.previous-session = ctrl + 1
  9.  
  10. ### Rename a session with (for example) ctrl + n
  11. # shortcut.rename-session = ctrl + n
  12.  
  13. ###############
  14. # Bell key
  15. ###############
  16.  
  17. ### Vibrate device (default).
  18. # bell-character = vibrate
  19.  
  20. ### Beep with a sound.
  21. # bell-character = beep
  22.  
  23. ### Ignore bell character.
  24. # bell-character = ignore
  25.  
  26. ###############
  27. # Back key
  28. ###############
  29.  
  30. ### Send the Escape key.
  31. # back-key=escape
  32.  
  33. ### Hide keyboard or leave app (default).
  34. # back-key=back
  35.  
  36. ###############
  37. # Keyboard issue workarounds
  38. ###############
  39.  
  40. ### Letters might not appear until enter is pressed on Samsung devices
  41. # enforce-char-based-input = true
  42.  
  43. ### ctrl+space (for marking text in emacs) does not work on some devices
  44. # ctrl-space-workaround = true
  45.  
  46. terminal-cursor-blink-rate=500
  47.  
  48.  
  49. extra-keys = [ \
  50. ['ESC','/','-','HOME','UP','END','PGUP','BKSP'], \
  51. ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN','ENTER'] \
  52. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement