fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.35k stars 100 forks source link

Add global marks #728

Closed BioBox closed 1 year ago

BioBox commented 1 year ago

Fixes #598. I've done some testing on it and did my best to conform to the contributing guidelines, but I felt that using a global variable declared immediately before the callback definition was the right call here.

fanglingsu commented 1 year ago

@BioBox Thank you for the patch. That's a really cool feature.