59

Is there a keyboard shortcut (or is there a way to create one without any extensions or third-party stuff) that opens a new tab next to the currently open tab?

For example, let's say I have 10 tabs in Chrome and I have tab 3 open. Is there a shortcut to open a new tab and have it be inserted in the tab 4 spot instead of being added at the end of the list of tabs (tab 11 spot in this example)?

I like being able to quickly open a new tab with command+t, but sometimes it is a pain to drag/rearrange my open tabs.

Hennes
  • 65,804
  • 7
  • 115
  • 169
Logan
  • 2,013

15 Answers15

54

If you're on MacOS, this is doable via OS settings. MacOS is super helpful for app-specific keyboard shortcuts as long as the action appears in the app menu.

On latest Chrome (Feb 2022), I see these 2 actions in the menus:

  • File -> New Tab (⌘T)
  • Tab -> New Tab to the Right (no shortcut)

To adjust these shortcuts, go to System Preferences > Keyboard > Shortcuts. In the left tab, select App Shortcuts. Then click the + sign, and type "New Tab to the Right" (match capitalization), and set it to ⌥⌘T (or whatever you want). You can apply the shortcut to all applications or to Chrome only. I picked "all applications" since I use multiple browsers.

Now you should see this in the Chrome menus:

  • File -> New Tab (⌘T)
  • Tab -> New Tab to the Right (⌥⌘T)

Personally, I wanted the reverse of this, so I also added an OS shortcut for "New Tab" so I could change that key combo as well, resulting in:

  • File -> New Tab (⌥⌘T)
  • Tab -> New Tab to the Right (⌘T)
Mike B
  • 836
18

I ended up installing the Duplicate Tab Shortcut extension, which allows me to use shift+option+d to duplicate the current tab and the duplicated tab appears to the immediate right of the previous tab.

Update: This extension also supports a keyboard shortcut to open a new blank tab directly to the right of the current tab! Thanks @Oliver Joseph Ash for pointing that out.

Logan
  • 2,013
13

It looks like I've found a solution.

This blog post from August 26, 2011 describes how to open the next tab using the built-in browser tools.

Here is a quote from there (with small edits):

  1. Go to Chrome's Options / Preferences screen (click the wrench icon on the browser toolbar then select Options or Preferences -- whichever appears on your system).
  2. You'll find yourself in the "Basics" preference page, which should have a "Search" section. Click on the Manage Search Engines... button.
  3. You'll see a list of your custom-built search engines for various sites (if curious, read about Chrome's search engine configuration). At the bottom of the screen, find the set of empty fields for adding a new search engine.
  4. In the first field (labelled "Add a new search engine"), enter Open new tab or something similar. The words you choose are not important -- make them meaningful to you so they'll trigger your memory if you go back into this screen any time in the future.
  5. In the second field (labelled "Keyword"), enter a single word or single letter or a sequence of letters (no spaces nor punctuation). You'll be typing this every time you want to open a new tab to the immediate right, so short and memorable is good. I use tt
  6. In the third field (labelled "URL with %s in place of query"), enter exactly this text including the semi-colon at the end: javascript:window.open();
  7. Click anywhere outside the fields to "save" your entry.

That's the end of the set up. Now whenever you want to open a new tab next to your current tab, you can do this:

  1. Move the keyboard focus to the address bar (Ctrl-L or Cmd-L).
  2. The entire current address should be highlighted, but if not, highlight it all (Ctrl-A or Cmd-A).
  3. Type the keyword you chose in step 5 above -- e.g., tt then Space (or Tab) and hit Enter or Return.

Once you get used to doing this, you'll be able to do it very quickly:

Cmd-L tt Space (or Tab) Enter

The new tab will open immediately to the right of your current tab. Your current tab will not be affected except that the URL might have disappeared from the address bar; if you want to see the URL again, just reload the page (or press Esc).

There is also a comment there telling how to do it using the bookmark:

You can use the same technique to add a button in the Bookmarks Bar.

  1. Open Bookmark Manager.
  2. Select the Bookmarks Bars folder
  3. Select Organize > Add Page.
  4. Name the new page "New Tab" or something similar.
  5. In the URL field, add the javascript mentioned in the above post:

javascript:window.open();

You should now have a clickable button to open a new tab.

From myself I will add that if the first parameter in window.open() is a link to the search engine with the pattern %s, then you can perform a search at the same time as opening a new tab.

Here is my example:

javascript:window.open('https://www.google.com/search?q=%s');

Here is the sequence of actions to use this feature:

Cmd-L tt Space (or Tab) Search query Enter

Screenshot

Vadim
  • 159
7

Using Google Chrome Version 81.0.4044.138, Right-click on the tab you want to open a new tab next to, and select New tab to the right.

Context menu

4

On Mac, you can assign Cmd + T to do this.

Based on Vadim's solution, after creating the bookmark, go to Settings -> Keyboard -> Shortcuts -> App shortcuts, and create one entry of of the book mark name, for instance:

Bookmark with shortcut Cmd + T

This is exactly what I was looking for.

Worthwelle
  • 4,816
ssppjj
  • 191
2

Try this extension https://chrome.google.com/webstore/detail/child-tab-next/nadhoeblpbehkmjbnoedmclliljoikbi

It's working perfectly for me on Windows.

2

Give this a go. Opens new tabs to the left or right of the current tab with default or customisable shortcuts in Chrome.

https://nextab.co https://chrome.google.com/webstore/detail/nextab/okknollmafgigeimghbepomindhjnabj

0

Try clicking any link with the middle mouse button.

It will open a new tab beside your tab, though it will open the link that you clicked.

Hope that helps.

0

I have Chrome on Windows 10. If I hold down the CTRL key and click a Bookmark link it opens in a new tab. Nothing to add to get it to work and I always have my hand on the keyboard, about as simple as it can get.

0

Why not use this extension? it works perfectly for me on chrome. https://chrome.google.com/webstore/detail/open-tabs-next-to-current/gmpnnmonpnnmnhpdldahlekfofigiffh/related?hl=en

0

Simple solution

  1. Install Duplicate Tab Extension addon.

  2. On the top right of chrome browser, click on the little 'puzzle' icon, find 'Duplicate Tab Shortcut' and click it

  3. Set a value for 'New tab to the right shortcut' (shift + option + z is comfortable to press).

enter image description here

References

This info comes from @Logan's answer and @OliverJosephAsh's comment.

stevec
  • 973
0

Updated for MacOs

Go to

System settings -> keyboard -> keyboard shortcuts -> App Shortcuts

Then click the + sign, and type "New Tab to the Right" (match capitalization), and set it to ⌥⌘T (or whatever you want). You can apply the shortcut to all applications or to Chrome only. I picked "all applications" since I use multiple browsers.

Now you should see this in the Chrome menus:

File -> New Tab (⌘T)

Tab -> New Tab to the Right (⌥⌘T)

OR

File -> New Tab (⌥⌘T)

Tab -> New Tab to the Right (⌘T)

-1

All you need to do is follow these steps:

  1. Click on the three dots at the right corner of your Chrome browser
  2. Go to settings, and in the search bar search for the keyword "Manage search engines"
  3. Below this you can find all the search engines, now press on the Add button:

You get a pop up as shown pop up

Fill it as shown in the image and click add.

  1. Now go to the current window you are working at and press ctrl+L and type q + space(here q is the keyword that you have given)
Arjan
  • 31,511
-1

While all of these options works. What I find most helpful and simple are these two extensions:

NextTab: Open a new tab to the right with Alt + T, and a new tab to the left with Shift + Alt + T -https://chrome.google.com/webstore/detail/nextab/okknollmafgigeimghbepomindhjnabj/related

Open tab next to current: Replaces Chrome's default shortcut (Cmd/Window + T) to open a new tab next to the current tab. - https://chrome.google.com/webstore/detail/open-tabs-next-to-current/gmpnnmonpnnmnhpdldahlekfofigiffh/related

-1

Since nobody mentioned these two top rated Chrome extensions yet:

  1. Open New Tab Here (my favorite one)
  2. New Adjacent Tab (similar, but different shortcuts on macOS)

They both work like a charm!

miu
  • 219