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

Escape special keys in mappings using backslash #752

Closed ndtodoroff closed 10 months ago

ndtodoroff commented 10 months ago

My personal use case is the following mapping:

:nnoremap ;f :set x-hint-command=:sh! firefox '\<C-R>;'\<CR><CR>;x

this mapping starts hint mode and then opens the hinted URI in Firefox.

Closes #753

fanglingsu commented 10 months ago

@ndtodoroff Thank you for this pretty useful improvement.