diff options
-rwxr-xr-x | install.sh | 1 | ||||
-rw-r--r-- | termux.properties | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,7 @@ CONFIGS=( ["sway"]=".config" ["twmn"]=".config" ["picom"]=".config" ["i3"]=".config" + ["termux.properties"]=".termux" [".vim"]="." [".xinitrc"]="." [".bashrc"]="." diff --git a/termux.properties b/termux.properties new file mode 100644 index 0000000..5597868 --- /dev/null +++ b/termux.properties @@ -0,0 +1 @@ +extra-keys = [['ESC', 'TAB', 'CTRL', 'ALT', '-', 'UP', 'DOWN'], ['~', 'PGUP', 'PGDN', '|', ':', 'LEFT', 'RIGHT']]
\ No newline at end of file |