-
Hello, I'm trying to come up with a custom mapping that allows me to open the new tab (favoritepages, topsites) in currently focused tab by pressing g+h key combination on keyboard but not opening a new tab. For example like pressing the home button in Firefox which takes me to my shortcuts in the same tab. Unfortunatelly I cannot figure it out. Is it even possible? something like nmap gh <???> |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I spent almost two hours trying to figure it out. I should have given it five more minutes. LOL The scrollpos command showed me the way I guess accidentally. Calling the command it showed me this kind of syntax for a new tab: As I found afterwards searching through Vieb's help page, it's called the "Special pages", if anyone's interested. Then it was quite easy: YAY! 💪 |
Beta Was this translation helpful? Give feedback.
-
Glad you found a solution! 👍 |
Beta Was this translation helpful? Give feedback.
I spent almost two hours trying to figure it out. I should have given it five more minutes. LOL
The scrollpos command showed me the way I guess accidentally. Calling the command it showed me this kind of syntax for a new tab:
home 0 vieb://newtab
As I found afterwards searching through Vieb's help page, it's called the "Special pages", if anyone's interested.
Then it was quite easy:
map gh <:open vieb://newtab>
YAY! 💪