aboutsummaryrefslogtreecommitdiffstats
path: root/surfingkeys
Commit message (Collapse)AuthorAgeFilesLines
* [Surfingkeys] Don't unmap ‘l’ since I'm using it ↵Gravatar Tom Willemse2022-12-151-1/+0
| | | | elsewhere
* [Surfingkeys] Bind ‘C-x x g’ to reload the pageGravatar Tom Willemse2022-12-151-0/+1
| | | | | ‘C-x x g’ in Emacs calls ‘revert-buffer-quick’, which is about the same idea as reloading the page.
* [Surfingkeys] Replace ‘ESC’ with ‘C-g’ in ↵Gravatar Tom Willemse2022-12-151-0/+3
| | | | omnibar and insert modes
* [Surfingkeys] Put the omnibar in the bottomGravatar Tom Willemse2022-12-131-0/+1
| | | | I feel like this will be more Emacs-like...
* [Surfingkeys] Unmap ‘G’ and ‘gg’Gravatar Tom Willemse2022-12-131-0/+2
| | | | The ‘M-<’ and ‘M->’ bindings seem to work, so these aren't necessary anymore.
* [Surfingkeys] Unmap some remapped keys to clean up the spaceGravatar Tom Willemse2022-12-131-0/+13
| | | | | | | I don't accidentally want to become dependent on the original keybindings. I'm leaving the ‘G’ and ‘gg’ keys up for now, beceause I haven't been able to tell yet whether the ‘M-<’ and ‘M->’ keybindings work.
* [Surfingkeys] Try specifying ‘M-<’ and ‘M->’ ↵Gravatar Tom Willemse2022-12-131-2/+2
| | | | | | | | | differently The keybindings show up properly in the keybinding list, but they don't work. I'm wondering if this particular change is going to cause a syntax error, or perhaps Surfingkeys can figure out that those ‘<’ and ‘>’ are part of the keybinding.
* [Surfingkeys] Use ‘M-p’ and ‘M-n’ to switch tabsGravatar Tom Willemse2022-12-131-1/+3
|
* [Surfingkeys] Remap ‘yy’ to ‘c0’ to copy the ↵Gravatar Tom Willemse2022-12-111-0/+1
| | | | current URL
* [Surfingkeys] Add configurationGravatar Tom Willemse2022-12-111-0/+27