[Surfingkeys] Replace ‘ESC’ with ‘C-g’ in omnibar and insert modes
This commit is contained in:
parent
9e4f274720
commit
8cc6b79f48
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ api.unmap('U');
|
||||||
api.unmap('G');
|
api.unmap('G');
|
||||||
api.unmap('gg');
|
api.unmap('gg');
|
||||||
|
|
||||||
|
api.cmap('<Ctrl-g>', '<Esc>');
|
||||||
|
api.imap('<Ctrl-g>', '<Esc>');
|
||||||
|
|
||||||
api.Hints.setCharacters('arstdhneio');
|
api.Hints.setCharacters('arstdhneio');
|
||||||
api.hintAlign = "left";
|
api.hintAlign = "left";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue