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.33k stars 99 forks source link

Document how the config file works. #744

Closed falsifian closed 1 year ago

falsifian commented 1 year ago

Reading the man page, I didn't realize I could put ex commands in the config file. The description made me think it was just for the specific things listed (webkit settings, gui styles, keybindings). (And it also left me wondering exactly what the format was.)

Thanks to Konst on the mailing list for telling me I can put any commands in it.

If you'd prefer, I can try to edit the description so it also talks about styles and keybindings, but to me this version seems simple and straightforward.

fanglingsu commented 1 year ago

@falsifian Thank you for your contribution.