how to quickly switch to an already opened tab (buffer) in Vimperator

blue123

I tend to open a lot of tabs during my everyday browsing and I've newly switched to Vimperator. I found that you can use :buffer {number/keyword} to navigate to an already opened tab.

But I think it has two drawbacks.

  1. You have to enter :buffer as well as the buffer number or search keyword. That's a lot of typing.

  2. What if you search by keyword and find a lot of matches, for example, several tabs have the vim keyword.

So my question is that: is :buffer the preferred way to quickly switch to an already opened tab? How to deal with the scenario of several similar tabs?

Ehvince

I simply use b + keywords to filter the list and TAB to go through it.

I also switch to the previous visited tab with C-6 for which I made another key:

" .vimperatorrc
map <A-v> <C-6>

now also alt-v.

And there's 1b to go to the first tab (or any n tab) and g$ to go to the last one.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How to make alt-tab switch quickly?

How to prevent quickly click switch tab in Android

How to correctly read from already opened std::ifstream using a buffer

How to close pinned tab at firefox using Vimperator

Selenium could not switch to newly opened Tab

In vim, how can I open a file in a new tab or switch to the tab that contains it if it is already open?

How to check if a form is already opened?

How can I quickly search the content of my clipboard in vimperator?

How to switch between tabs opened in gnome-terminal and also close any particular tab using shortcut key?

Vim :drop for :buffer - jump to window if buffer is already open with tab autocomplete

How to make `C-x b RET` switch to previous buffer even if it's already shown in another window?

Vimperator: How to list the history in current tab and select one to go back to?

How to trigger a Vimperator command after manually openning a new tab?

How to open the previous url from the history in a new tab in Vimperator

How to properly bind cider-switch-to-repl-buffer to <C-tab>?

HTML/Javascript - Navigate to an already opened browser tab/window

how to switch tab on click

How to create autocommand for the buffer that is opened with the :registers command

How To Quickly Switch Paths (in Bash)

How to check if JDialog is already opened in Java?

How to check if a file is already opened (in the same process)

How to use a already opened firefox for testing in Selenium

How to write to an already opened .xlsx file with golang

How to write to already opened FD in golang

How to change the order of fields in an already opened TADODataSet?

How to check if a file is already opened in tcl

How to open an already opened file in python?

How to check if text file is already added or opened

How to connect Powershell script to an already opened document?