termux.properties 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. ### After making changes and saving you need to run `termux-reload-settings`
  2. ### to update the terminal. All information here can also be found on the
  3. ### wiki: https://wiki.termux.com/wiki/Terminal_Settings
  4. ###############
  5. # Extra keys
  6. ###############
  7. ### Settings for choosing which set of symbols to use for illustrating keys.
  8. ### Choose between default, arrows-only, arrows-all, all and none
  9. # extra-keys-style = default
  10. ### Default extra-key configuration
  11. # extra-keys = [[ESC, TAB, CTRL, ALT, {key: '-', popup: '|'}, DOWN, UP]]
  12. ### Two rows with more keys
  13. # extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'], \
  14. # ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]
  15. ### Configuration with additional popup keys (swipe up from an extra key)
  16. # extra-keys = [[ \
  17. # {key: ESC, popup: {macro: "CTRL f d", display: "tmux exit"}}, \
  18. # {key: CTRL, popup: {macro: "CTRL f BKSP", display: "tmux ←"}}, \
  19. # {key: ALT, popup: {macro: "CTRL f TAB", display: "tmux →"}}, \
  20. # {key: TAB, popup: {macro: "ALT a", display: A-a}}, \
  21. # {key: LEFT, popup: HOME}, \
  22. # {key: DOWN, popup: PGDN}, \
  23. # {key: UP, popup: PGUP}, \
  24. # {key: RIGHT, popup: END}, \
  25. # {macro: "ALT j", display: A-j, popup: {macro: "ALT g", display: A-g}}, \
  26. # {key: KEYBOARD, popup: {macro: "CTRL d", display: exit}} \
  27. # ]]
  28. ###############
  29. # Colors/themes
  30. ###############
  31. ### Force black colors for drawer and dialogs
  32. # use-black-ui = true
  33. ###############
  34. # Keyboard shortcuts
  35. ###############
  36. ### Open a new terminal with ctrl + t (volume down + t)
  37. # shortcut.create-session = ctrl + t
  38. ### Go one session down with (for example) ctrl + 2
  39. # shortcut.next-session = ctrl + 2
  40. ### Go one session up with (for example) ctrl + 1
  41. # shortcut.previous-session = ctrl + 1
  42. ### Rename a session with (for example) ctrl + n
  43. # shortcut.rename-session = ctrl + n
  44. ###############
  45. # Bell key
  46. ###############
  47. ### Vibrate device (default).
  48. # bell-character = vibrate
  49. ### Beep with a sound.
  50. # bell-character = beep
  51. ### Ignore bell character.
  52. # bell-character = ignore
  53. ###############
  54. # Back key
  55. ###############
  56. ### Send the Escape key.
  57. # back-key=escape
  58. ### Hide keyboard or leave app (default).
  59. # back-key=back
  60. ###############
  61. # Keyboard issue workarounds
  62. ###############
  63. ### Letters might not appear until enter is pressed on Samsung devices
  64. # enforce-char-based-input = true
  65. ### ctrl+space (for marking text in emacs) does not work on some devices
  66. ctrl-space-workaround = true