17 lines
472 B
Properties
17 lines
472 B
Properties
# Termux app settings
|
|
# Place at ~/.termux/termux.properties
|
|
|
|
# Font
|
|
# Install: pkg install termux-api && termux-setup-storage
|
|
# Then place font in ~/.termux/font.ttf
|
|
# Using JetBrains Mono or SF Mono if available
|
|
|
|
# Extra keys for easier typing on mobile
|
|
extra-keys = [['ESC','TAB','/','-','HOME','UP','END','PGUP'],['CTRL','ALT','KEYBOARD','LEFT','DOWN','RIGHT','PGDN','BACKSLASH']]
|
|
|
|
# Bell
|
|
bell-character = ignore
|
|
|
|
# Terminal transcript
|
|
# termux-transcript-mode = true
|