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

Is there a config file available with all the commands in it (even if some are commented out)? #687

Open philiprhoades opened 2 years ago

philiprhoades commented 2 years ago

People,

I couldn't find an example config file anywhere - is one available?

Thanks,

Phil.

fanglingsu commented 2 years ago

@philiprhoades There is no sample config file. Nerly everithing you can type into he inputbox during runtime like :set scripts=on can be used in the config file but in the file without the leading :. You can look into mine config which is only small https://github.com/fanglingsu/dotfiles/blob/master/.config/vimb/config or you could work through the man page or https://fanglingsu.github.io/vimb/man.html#COMMAND_MODE to see the knobs to be used in config file.

philiprhoades commented 2 years ago

Your config is a great start - thanks!

I will check out all the other knobs progressively.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had activity within the last 60 days.