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

How to Bind q to Close Vimb? #700

Closed amarakon closed 2 years ago

amarakon commented 2 years ago

I know that ctrl+q closes vimb, but I would like to bind it to q. I tried this: nmap q :q But that doesn't hit enter.

aksr commented 2 years ago

nmap q :q<CR>

amarakon commented 2 years ago

nmap q :q<CR>

Thanks, this works. I'm closing this issue.

fanglingsu commented 2 years ago

You could also use nmap q <C-q>.