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

How Can I Bind `Control-R` to Refresh #721

Closed amarakon closed 1 year ago

amarakon commented 1 year ago

I want to bind Control-R to refresh in insert mode so that I can easily refresh in insert mode. I tried the following.

inoremap <C-r> <Esc>r

But it did not work for whatever reason.

amarakon commented 1 year ago

Sorry, I can confirm that it does work, but I forgot to close and reopen the browser.