Vimium-like keymaps recipes share #63
Replies: 2 comments
-
This is very cool, thanks for sharing! I originally went with just |
Beta Was this translation helpful? Give feedback.
-
@RobertCraigie Thanks for the reply, glad to help! Based on my experience using and configuring Vimium and qutebrowser, I think the vim modes in a browser should (ideally) be grouped into two layers: a browsing layer (not sure about the name, I just made it Browsing layer (targets the web page, like what Vimium and qutebrowser do):
Editing layer (Vimium and qutebrowser don't handle this; qutebrowser provides
Glide has an editing layer, which is a killer feature. I suspect most users spend roughly 90% of their time browsing and 10% editing, so I think it would be great if Glide clearly distinguished between the browsing layer and editing layer. I think what's Glide really missing here is visual mode for the browsing layer. It would also be helpful if Glide had it, since we currently often select and copy text using the mouse, and having vim-style visual selection would provide a nice keyboard-driven alternative. That's quite a lot of feature requests. Just wanted to share my thoughts. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched
glide.ctx.is_editing()
in GitHub, but there are no results, so I decided to share some vimium like keymaps here as a starting point for people who want to migrate from vimium/vimium-c to glide.Edit: add
<esc>
Edit: add
gi
, updateu
/d
Beta Was this translation helpful? Give feedback.
All reactions