From 7acbbb10cf1b02b00288fc1b467ed255aaf1a68d Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Wed, 13 Apr 2022 17:03:39 -0700 Subject: [PATCH] termux: improve termux escape macro --- .config/termux/termux.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/termux/termux.properties b/.config/termux/termux.properties index 1308931..efb8333 100644 --- a/.config/termux/termux.properties +++ b/.config/termux/termux.properties @@ -3,7 +3,7 @@ ### wiki: https://wiki.termux.com/wiki/Touch_Keyboard extra-keys = [ \ - [{key: 'ESC', popup: {macro: "ESC S", display: ""}},{key: '-', popup: '_'},{key: '/', popup: '\\\\'},{key: '|', popup: '_'},{key: 'HOME', popup: '['},{key: 'UP', popup: 'KEYBOARD'},{key: 'END', popup: ']'},'BKSP',{key: 'DEL', popup: 'ESC'}], \ + [{key: 'ESC', popup: {macro: "iiii ESC : zvm_vi_substitute_whole_line ENTER", display: ""}},{key: '-', popup: '_'},{key: '/', popup: '\\\\'},{key: '|', popup: '_'},{key: 'HOME', popup: '['},{key: 'UP', popup: 'KEYBOARD'},{key: 'END', popup: ']'},'BKSP',{key: 'DEL', popup: 'ESC'}], \ ['TAB',{key: ':', popup: {macro: "ESC : w q ENTER", display: "vim exit"}},{key: 'CTRL', popup: {macro: 'CTRL c', display: ''}},{key: '=', popup: {key: '~'}},{key: 'LEFT', popup: '{'},{key: 'DOWN', popup: 'TAB'},{key: 'RIGHT', popup: '}'},{key: "'", popup: '"'},{key: 'ENTER', popup: {macro: 'ESC S todo ENTER', popup: 'todo'}}] \ ]