Skip to content

Commit aafb7d5

Browse files
committed
Add atom on Vimium extensibility
1 parent 295f9aa commit aafb7d5

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

content/atoms/_meta.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@
1010
#
1111
################################################################################
1212

13+
[[atoms]]
14+
published_at = 2025-06-16T13:08:50+03:00
15+
description = """\
16+
After a recent switch to Brave, I was doing some very infrequent tool sharpening in the Vimium extension (which I'd also used in Chrome). Google's trained me to get used to extension functionality disappearing over time, and even as I noticed Vimium's capabilities shrinking over the years, I'd never seriously looked into doing anything about it.
17+
18+
I was pleasantly surprised today to find that most of what I'd been missing over the years was recoverable through customization. For me, that's the paging shortcuts that I use in Vim constantly:
19+
20+
```
21+
map <c-d> scrollPageDown
22+
map <c-u> scrollPageUp
23+
24+
map <c-f> scrollFullPageDown
25+
map <c-b> scrollFullPageUp
26+
```
27+
28+
It's nice having these old friends back.
29+
30+
Also, disabling "smooth scrolling" kills the scroll animations. A pure, objective win if I've ever seen one.
31+
"""
32+
1333
[[atoms]]
1434
published_at = 2025-06-14T10:26:06+03:00
1535
description = """\

0 commit comments

Comments
 (0)