termux.properties 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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 = [[F12, ESC, TAB, CTRL, ALT, {key: '-', popup: '|'}, DOWN, UP]]
  12. extra-keys = [[F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12]]
  13. ### Two rows with more keys
  14. # extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'], \
  15. # ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]
  16. ### Configuration with additional popup keys (swipe up from an extra key)
  17. # extra-keys = [[ \
  18. # {key: ESC, popup: {macro: "CTRL f d", display: "tmux exit"}}, \
  19. # {key: CTRL, popup: {macro: "CTRL f BKSP", display: "tmux ←"}}, \
  20. # {key: ALT, popup: {macro: "CTRL f TAB", display: "tmux →"}}, \
  21. # {key: TAB, popup: {macro: "ALT a", display: A-a}}, \
  22. # {key: LEFT, popup: HOME}, \
  23. # {key: DOWN, popup: PGDN}, \
  24. # {key: UP, popup: PGUP}, \
  25. # {key: RIGHT, popup: END}, \
  26. # {macro: "ALT j", display: A-j, popup: {macro: "ALT g", display: A-g}}, \
  27. # {key: KEYBOARD, popup: {macro: "CTRL d", display: exit}} \
  28. # ]]
  29. ###############
  30. # Colors/themes
  31. ###############
  32. ### Force black colors for drawer and dialogs
  33. # use-black-ui = true
  34. ###############
  35. # Keyboard shortcuts
  36. ###############
  37. ### Open a new terminal with ctrl + t (volume down + t)
  38. # shortcut.create-session = ctrl + t
  39. ### Go one session down with (for example) ctrl + 2
  40. # shortcut.next-session = ctrl + 2
  41. ### Go one session up with (for example) ctrl + 1
  42. # shortcut.previous-session = ctrl + 1
  43. ### Rename a session with (for example) ctrl + n
  44. # shortcut.rename-session = ctrl + n
  45. ###############
  46. # Bell key
  47. ###############
  48. ### Vibrate device (default).
  49. # bell-character = vibrate
  50. ### Beep with a sound.
  51. # bell-character = beep
  52. ### Ignore bell character.
  53. # bell-character = ignore
  54. ###############
  55. # Back key
  56. ###############
  57. ### Send the Escape key.
  58. # back-key=escape
  59. ### Hide keyboard or leave app (default).
  60. # back-key=back
  61. ###############
  62. # Keyboard issue workarounds
  63. ###############
  64. ### Letters might not appear until enter is pressed on Samsung devices
  65. # enforce-char-based-input = true
  66. ### ctrl+space (for marking text in emacs) does not work on some devices
  67. ctrl-space-workaround = true
  68. ### allow document viewer
  69. allow-external-apps = true