···8181 clean = git-lfs clean -- %f
8282 smudge = git-lfs smudge -- %f
8383 process = git-lfs filter-process
8484+[user]
8585+ email = ian.h.chamberlain@gmail.com
8686+ name = Ian Chamberlain
+147-2
.termux/termux.properties
···11+### After making changes and saving you need to run `termux-reload-settings`
22+### to update the terminal. All information here can also be found on the
33+### wiki: https://wiki.termux.com/wiki/Terminal_Settings
44+55+###############
66+# General
77+###############
88+99+### Allow external applications to execute arbitrary commands within Termux.
1010+### This potentially could be a security issue, so option is disabled by
1111+### default. Uncomment to enable.
1212+# allow-external-apps = true
1313+1414+### Default working directory that will be used when launching the app.
1515+# default-working-directory = /data/data/com.termux/files/home
1616+1717+### Uncomment to disable toasts shown on terminal session change.
1818+# disable-terminal-session-change-toast = true
1919+2020+### Uncomment to not show soft keyboard on application start.
2121+# hide-soft-keyboard-on-startup = true
2222+2323+### Uncomment to let keyboard toggle button to enable or disable software
2424+### keyboard instead of showing/hiding it.
2525+# soft-keyboard-toggle-behaviour = enable/disable
2626+2727+### Adjust terminal scrollback buffer. Max is 50000. May have negative
2828+### impact on performance.
2929+# terminal-transcript-rows = 2000
3030+3131+### Uncomment to use volume keys for adjusting volume and not for the
3232+### extra keys functionality.
3333+# volume-keys = volume
3434+3535+###############
3636+# Fullscreen mode
3737+###############
3838+3939+### Uncomment to let Termux start in full screen mode.
4040+# fullscreen = true
4141+4242+### Uncomment to attempt workaround layout issues when running in
4343+### full screen mode.
4444+# use-fullscreen-workaround = true
4545+4646+###############
4747+# Cursor
4848+###############
4949+5050+### Cursor blink rate. Values 0, 100 - 2000.
5151+# terminal-cursor-blink-rate = 0
5252+5353+### Cursor style: block, bar, underline.
5454+# terminal-cursor-style = block
5555+5656+###############
5757+# Extra keys
5858+###############
5959+6060+### Settings for choosing which set of symbols to use for illustrating keys.
6161+### Choose between default, arrows-only, arrows-all, all and none
6262+# extra-keys-style = default
6363+6464+### Force capitalize all text in extra keys row button labels.
6565+# extra-keys-text-all-caps = true
6666+6767+### Default extra-key configuration
6868+# extra-keys = [[ESC, TAB, CTRL, ALT, {key: '-', popup: '|'}, DOWN, UP]]
6969+7070+### Two rows with more keys
7171+# extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'], \
7272+# ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]
7373+7474+### Configuration with additional popup keys (swipe up from an extra key)
7575+# extra-keys = [[ \
7676+# {key: ESC, popup: {macro: "CTRL f d", display: "tmux exit"}}, \
7777+# {key: CTRL, popup: {macro: "CTRL f BKSP", display: "tmux ←"}}, \
7878+# {key: ALT, popup: {macro: "CTRL f TAB", display: "tmux →"}}, \
7979+# {key: TAB, popup: {macro: "ALT a", display: A-a}}, \
8080+# {key: LEFT, popup: HOME}, \
8181+# {key: DOWN, popup: PGDN}, \
8282+# {key: UP, popup: PGUP}, \
8383+# {key: RIGHT, popup: END}, \
8484+# {macro: "ALT j", display: A-j, popup: {macro: "ALT g", display: A-g}}, \
8585+# {key: KEYBOARD, popup: {macro: "CTRL d", display: exit}} \
8686+# ]]
8787+188extra-keys = [ \
22- ['ESC', '~', ';', '$', '-', '(', 'QUOTE', '|', '', 'UP', '' ], \
33- ['TAB', 'CTRL', 'ALT', '/', '_', ')', 'APOSTROPHE', 'BACKSLASH', 'LEFT', 'DOWN', 'RIGHT' ] \
8989+ ['ESC', '~', '$', 'QUOTE', '-', '|', '/', 'UP', ';' ], \
9090+ ['TAB', 'CTRL', 'ALT', 'APOSTROPHE', '_', 'BACKSLASH', 'LEFT', 'DOWN', 'RIGHT' ] \
491]
5929393+###############
9494+# Colors/themes
9595+###############
9696+9797+### Force black colors for drawer and dialogs
9898+# use-black-ui = true
9999+100100+###############
101101+# HW keyboard shortcuts
102102+###############
103103+104104+### Disable hardware keyboard shortcuts.
105105+# disable-hardware-keyboard-shortcuts = true
106106+107107+### Open a new terminal with ctrl + t (volume down + t)
108108+# shortcut.create-session = ctrl + t
109109+110110+### Go one session down with (for example) ctrl + 2
111111+# shortcut.next-session = ctrl + 2
112112+113113+### Go one session up with (for example) ctrl + 1
114114+# shortcut.previous-session = ctrl + 1
115115+116116+### Rename a session with (for example) ctrl + n
117117+# shortcut.rename-session = ctrl + n
118118+119119+###############
120120+# Bell key
121121+###############
122122+123123+### Vibrate device (default).
124124+# bell-character = vibrate
125125+126126+### Beep with a sound.
127127+# bell-character = beep
128128+129129+### Ignore bell character.
130130+# bell-character = ignore
131131+132132+###############
133133+# Back key
134134+###############
135135+136136+### Send the Escape key.
137137+# back-key=escape
138138+139139+### Hide keyboard or leave app (default).
140140+# back-key=back
141141+142142+###############
143143+# Keyboard issue workarounds
144144+###############
145145+146146+### Letters might not appear until enter is pressed on Samsung devices
147147+# enforce-char-based-input = true
148148+149149+### ctrl+space (for marking text in emacs) does not work on some devices
150150+# ctrl-space-workaround = true