Wishlist
#561
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I discovered Vieb yesterday and after a few configurations, I'm already using it as my default browser over Firefox. In that short time, I've found a list of things that would be HUGE improvements to vieb. Two points are more problems than ideas, I'm putting them so i don't have to make another issue. Here they are, in order of importance (for me):
Fuzzy finding with
:buffer
: i think a large part of [n]vim users use plugins like Telescope or fzf instead of the default :buffer command. Additionally, with fzf-lua's "buffers" picker, buffers are sorted by recently used order. This is especially helpful when you're browsing multiple tabs and can't remember all of their names. I don't see a use case for having tabs sorted by their buffer number since you can use the alt+[1-9] shortcuts to browse them.Firefox's "Cycle through tabs in recently used order": This can be found in
about:preferences
→General
→Tabs
. It serves the same purporse as the previous suggestion except that adds a preview of the tab. This feature is not unique to firefox, GNOME and Windows have it for cycling through windows instead of tabs.action.startFollowCurrentTab
performance: It's slow on Youtube and unusable in online documentations. For example, press f in awk documentation.This confuses me as intuitively, follow mode performance should not be affected by the page size but by the number of visible links on the screen.
I'm not sure what the problem itself is, but if I can help, I've that sioyek has a “super_fast_search” option that indexes the whole PDF to make the search faster in exchange for consuming more memory. This same idea could be applied to do some prerendering if that's the problem.
125321313-cf050180-e351-11eb-9275-c2759c684af5.mp4
https://sub.domain.com/path1/path2?param=abc#test
nmap ycd <url:host>
will copyhttps://sub.domain.com
nmap ycp <url:host+path>
will copyhttps://sub.domain.com/path1/path2
nmap ycP <url:host+path+parameters>
will copyhttps://sub.domain.com/path1/path2?param=abc#test
I'm aware of the existence of
gu
,gs
,gU
andgS
. This idea is mainly for copying a url to save it to a text file instead of using it to navigate.Beta Was this translation helpful? Give feedback.
All reactions