[Surfingkeys] Bind ‘C-x x g’ to reload the page
‘C-x x g’ in Emacs calls ‘revert-buffer-quick’, which is about the same idea as reloading the page.
This commit is contained in:
parent
8cc6b79f48
commit
3e84ed5424
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ api.map('<Ctrl-b>', 'h');
|
|||
api.map('<Ctrl-n>', 'j');
|
||||
api.map('<Ctrl-p>', 'k');
|
||||
api.map('<Ctrl-f>', 'l');
|
||||
api.map('<Ctrl-x>xg', 'r');
|
||||
api.map('l', 'S');
|
||||
api.map('r', 'D');
|
||||
api.map('c0', 'yy');
|
||||
|
|
Loading…
Reference in a new issue