Revert "Add INSERT to the termux key row"

This reverts commit 1b5cf26f77.
This commit is contained in:
Bram Schoenmakers 2023-08-28 07:22:30 +02:00
parent 1b5cf26f77
commit aab960a989
2 changed files with 2 additions and 4 deletions

View File

@ -22,7 +22,6 @@ Put this in ~/.termux/termux.properties for a better Emacs experience inside Ter
{key: CTRL, popup: {macro: "CTRL x", display: "C-x"}}, \
{key: ALT, popup: {macro: "ALT x", display: "M-x"}}, \
{key: TAB}, \
{key: INS, popup: {macro: "ALT y", display: "M-y"}}, \
{key: DEL, popup: {macro: "CTRL k", display: C-k}}, \
{key: LEFT, popup: HOME}, \
{key: DOWN, popup: PGDN}, \
@ -654,9 +653,9 @@ Based on an answer at the [[https://emacs.stackexchange.com/a/77480/34645][Emacs
,* dabbrev-case-distinction
- nil: Treat expansions differently if they differ in case.
- nil: Treat expansions the same if they differ in case.
- *case-replace*: Distinguish if =case-replace= is nil.
- else: Treat them the same if they differ in case.
- else: Treat them the same.
,* dabbrev-case-fold-search

View File

@ -3,7 +3,6 @@ extra-keys = [[ \
{key: CTRL, popup: {macro: "CTRL x", display: "C-x"}}, \
{key: ALT, popup: {macro: "ALT x", display: "M-x"}}, \
{key: TAB}, \
{key: INS, popup: {macro: "ALT y", display: "M-y"}}, \
{key: DEL, popup: {macro: "CTRL k", display: C-k}}, \
{key: LEFT, popup: HOME}, \
{key: DOWN, popup: PGDN}, \