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

Improve certain default settings #722

Closed amarakon closed 2 years ago

amarakon commented 2 years ago

I made three changes:

  1. Set the default download path to ~/Downloads, this is more common and no one likes having their home directory cluttered
  2. Enable input-autohide by default because most of the time it will just be empty space. Zathura also does this by default.
  3. Enable incsearch by default to preview while searching. This is enabled in Neovim by default and it makes searching much easier.
fanglingsu commented 2 years ago

Thank you for your improvements.