aboutsummaryrefslogtreecommitdiffstats
path: root/surfingkeys/surfingkeys.js
Commit message (Collapse)AuthorAgeFilesLines
* Add archlinux package search for SurfingkeysGravatar Tom Willemse2024-04-221-0/+1
|
* fix(surfingkeyes): Fix syntax errorGravatar Tom Willemse2024-04-201-1/+1
|
* feat(surfingkeys): Add EmacsWiki searchGravatar Tom Willemse2024-04-191-1/+1
|
* fix(surfingkeys): Fix melpa name casingGravatar Tom Willemse2024-04-191-1/+1
|
* feat(surfingkeys): Add Melpa search aliasGravatar Tom Willemse2024-04-191-0/+1
|
* Add keybinding ‘cl’ to “copy link”Gravatar Tom Willemse2024-04-091-0/+1
|
* [Surfingkeys] Add keybinding for Phanpy to load new postsGravatar Tom Willemse2024-04-091-0/+4
|
* Fix up some search aliasesGravatar Tom Willemse2024-04-071-1/+14
|
* Add an attempt at theming surfingkeysGravatar Tom Willemse2023-07-261-0/+417
| | | | | Mostly taken from https://github.com/rose-pine/surfingkeys with some adjustments for my preference of colors.
* [surfingkeys] Change ‘af’ -> ‘C-u f’Gravatar Tom Willemse2023-06-151-0/+2
|
* [surfingkeys] Add command to capture the current page in ↵Gravatar Tom Willemse2023-06-021-0/+11
| | | | org-mode
* [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