vimium-c
vimium-c copied to clipboard
require: repeat command , add to favorite action to navigate url and check the location and filter my favorite url
What command or commands
The " . " command repeats the last change made in normal mode.
How should a feature do
when I close 5 tabs by 5x (x is close current tab) and I need . dot command like vim to repeat this action again to close the next 5 tabs
and what I want most is the add current ulr to favorites by smart filter navigate like this extesion https://github.com/ahmadassaf/booklight
when I ctrl +b will Pop up cmd window
if i want to filter the folder name , directly type in the character to get what folder matched .
like this
and if I want to search similar favorite url locate which folder after ctrl+b , then I start typing by space first then type in the charactor to filter similar favoriter in whcih folder , get the location to remember the next add favorite action.
.
to repeat
I won't add this feature. Vimium C doesn't remember last commands or recent Vomnibar queries, because I think this can protect user privacy better.
If you often trigger a command with a fixed count, you may try such mappings:
map xxx createTab count=5
add bookmarks
Vimium C is not intended to be a professional bookmark manager, so it only provides Bookmark queries - in Vomnibar, and a basic function of adding bookmarks - by addBookmark
.
addBookmark
requires a parameter of folder
(aka path
) to specify which folder it will append bookmarks to. And it will add count
tabs as new bookmarks; if with all=true
, it will add all tabs in a current window to the folder.
I'm not sure whether Vimium C, as a "keyboard assistant", "should" extend the role and duty of Vomnibar to let users select a bookmark folder or not - thought it's technically possible.
Maybe we can leave this issue open and collect suggestions from more users.
I'm not sure whether Vimium C, as a "keyboard assistant", "should" extend the role and duty of Vomnibar to let users select a bookmark folder or not - thought it's technically possible.
Maybe we can leave this issue open and collect suggestions from more users.
I use vimium C on chrome, because of its effecient opperation.
and everyday we use chrome for years , so much favorites have been added , and I never open it by ctrl +shift +o to organize all the favorites.
I like the booklight, because it let me organize the bookmark before I add each url to it. I don't want to face hundreds of url
booklight sometimes will crush when I use ahk define the capslock + j or k to up or down navigate , it will broken.
thanks for your reply .