[Surfingkeys] Unmap ‘G’ and ‘gg’
The ‘M-<’ and ‘M->’ bindings seem to work, so these aren't necessary anymore.
This commit is contained in:
parent
6f0a9a8613
commit
13dfdd2531
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ api.map('<Alt-<>', 'gg');
|
||||||
|
|
||||||
api.unmap('P');
|
api.unmap('P');
|
||||||
api.unmap('U');
|
api.unmap('U');
|
||||||
|
api.unmap('G');
|
||||||
|
api.unmap('gg');
|
||||||
|
|
||||||
api.Hints.setCharacters('arstdhneio');
|
api.Hints.setCharacters('arstdhneio');
|
||||||
api.hintAlign = "left";
|
api.hintAlign = "left";
|
||||||
|
|
Loading…
Reference in a new issue