[Surfingkeys] Unmap ‘G’ and ‘gg’

The ‘M-<’ and ‘M->’ bindings seem to work, so these aren't necessary anymore.
This commit is contained in:
Tom Willemse 2022-12-13 06:46:13 -08:00
parent 6f0a9a8613
commit 13dfdd2531

View file

@ -31,6 +31,8 @@ api.map('<Alt-<>', 'gg');
api.unmap('P');
api.unmap('U');
api.unmap('G');
api.unmap('gg');
api.Hints.setCharacters('arstdhneio');
api.hintAlign = "left";