Keyboard shortcut to open new tab next to current tab in Google Chrome
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.
macos google-chrome keyboard-shortcuts browser-tabs
add a comment |
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.
macos google-chrome keyboard-shortcuts browser-tabs
add a comment |
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.
macos google-chrome keyboard-shortcuts browser-tabs
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.
macos google-chrome keyboard-shortcuts browser-tabs
macos google-chrome keyboard-shortcuts browser-tabs
edited Jul 27 '16 at 7:52
Hennes
59.3k793144
59.3k793144
asked Jul 21 '16 at 0:22
LoganLogan
306158
306158
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
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):
- 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).
- You'll find yourself in the "Basics" preference page, which should have a "Search" section. Click on the Manage Search Engines... button.
- 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.
- 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.
- 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
- 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();
- 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:
- Move the keyboard focus to the address bar (Ctrl-L or Cmd-L).
- The entire current address should be highlighted, but if not, highlight it all (Ctrl-A or Cmd-A).
- 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.
- Open Bookmark Manager.
- Select the Bookmarks Bars folder
- Select Organize > Add Page.
- Name the new page "New Tab" or something similar.
- 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
add a comment |
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.
2
Thanks for the answer, but this isn't what I was looking for. I know (and often do) click links with command-click (similar to middle mouse) to open in a new window, but my use case is slightly different. I want to open a new tab and then type in some search; I don't have a link that I am following.
– Logan
Jul 21 '16 at 16:30
add a comment |
Try this extension
https://chrome.google.com/webstore/detail/child-tab-next/nadhoeblpbehkmjbnoedmclliljoikbi
It's working perfectly for me on Windows.
add a comment |
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:
This is exactly what I was looking for.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1103354%2fkeyboard-shortcut-to-open-new-tab-next-to-current-tab-in-google-chrome%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
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):
- 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).
- You'll find yourself in the "Basics" preference page, which should have a "Search" section. Click on the Manage Search Engines... button.
- 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.
- 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.
- 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
- 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();
- 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:
- Move the keyboard focus to the address bar (Ctrl-L or Cmd-L).
- The entire current address should be highlighted, but if not, highlight it all (Ctrl-A or Cmd-A).
- 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.
- Open Bookmark Manager.
- Select the Bookmarks Bars folder
- Select Organize > Add Page.
- Name the new page "New Tab" or something similar.
- 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
add a comment |
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):
- 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).
- You'll find yourself in the "Basics" preference page, which should have a "Search" section. Click on the Manage Search Engines... button.
- 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.
- 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.
- 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
- 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();
- 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:
- Move the keyboard focus to the address bar (Ctrl-L or Cmd-L).
- The entire current address should be highlighted, but if not, highlight it all (Ctrl-A or Cmd-A).
- 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.
- Open Bookmark Manager.
- Select the Bookmarks Bars folder
- Select Organize > Add Page.
- Name the new page "New Tab" or something similar.
- 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
add a comment |
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):
- 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).
- You'll find yourself in the "Basics" preference page, which should have a "Search" section. Click on the Manage Search Engines... button.
- 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.
- 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.
- 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
- 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();
- 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:
- Move the keyboard focus to the address bar (Ctrl-L or Cmd-L).
- The entire current address should be highlighted, but if not, highlight it all (Ctrl-A or Cmd-A).
- 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.
- Open Bookmark Manager.
- Select the Bookmarks Bars folder
- Select Organize > Add Page.
- Name the new page "New Tab" or something similar.
- 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
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):
- 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).
- You'll find yourself in the "Basics" preference page, which should have a "Search" section. Click on the Manage Search Engines... button.
- 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.
- 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.
- 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
- 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();
- 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:
- Move the keyboard focus to the address bar (Ctrl-L or Cmd-L).
- The entire current address should be highlighted, but if not, highlight it all (Ctrl-A or Cmd-A).
- 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.
- Open Bookmark Manager.
- Select the Bookmarks Bars folder
- Select Organize > Add Page.
- Name the new page "New Tab" or something similar.
- 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
edited Jul 19 '18 at 10:48
answered Jul 19 '18 at 10:35
VadimVadim
415
415
add a comment |
add a comment |
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.
2
Thanks for the answer, but this isn't what I was looking for. I know (and often do) click links with command-click (similar to middle mouse) to open in a new window, but my use case is slightly different. I want to open a new tab and then type in some search; I don't have a link that I am following.
– Logan
Jul 21 '16 at 16:30
add a comment |
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.
2
Thanks for the answer, but this isn't what I was looking for. I know (and often do) click links with command-click (similar to middle mouse) to open in a new window, but my use case is slightly different. I want to open a new tab and then type in some search; I don't have a link that I am following.
– Logan
Jul 21 '16 at 16:30
add a comment |
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.
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.
answered Jul 21 '16 at 1:53
KyleCrimsonKyleCrimson
11
11
2
Thanks for the answer, but this isn't what I was looking for. I know (and often do) click links with command-click (similar to middle mouse) to open in a new window, but my use case is slightly different. I want to open a new tab and then type in some search; I don't have a link that I am following.
– Logan
Jul 21 '16 at 16:30
add a comment |
2
Thanks for the answer, but this isn't what I was looking for. I know (and often do) click links with command-click (similar to middle mouse) to open in a new window, but my use case is slightly different. I want to open a new tab and then type in some search; I don't have a link that I am following.
– Logan
Jul 21 '16 at 16:30
2
2
Thanks for the answer, but this isn't what I was looking for. I know (and often do) click links with command-click (similar to middle mouse) to open in a new window, but my use case is slightly different. I want to open a new tab and then type in some search; I don't have a link that I am following.
– Logan
Jul 21 '16 at 16:30
Thanks for the answer, but this isn't what I was looking for. I know (and often do) click links with command-click (similar to middle mouse) to open in a new window, but my use case is slightly different. I want to open a new tab and then type in some search; I don't have a link that I am following.
– Logan
Jul 21 '16 at 16:30
add a comment |
Try this extension
https://chrome.google.com/webstore/detail/child-tab-next/nadhoeblpbehkmjbnoedmclliljoikbi
It's working perfectly for me on Windows.
add a comment |
Try this extension
https://chrome.google.com/webstore/detail/child-tab-next/nadhoeblpbehkmjbnoedmclliljoikbi
It's working perfectly for me on Windows.
add a comment |
Try this extension
https://chrome.google.com/webstore/detail/child-tab-next/nadhoeblpbehkmjbnoedmclliljoikbi
It's working perfectly for me on Windows.
Try this extension
https://chrome.google.com/webstore/detail/child-tab-next/nadhoeblpbehkmjbnoedmclliljoikbi
It's working perfectly for me on Windows.
answered Dec 30 '16 at 0:43
Dimitar PankovDimitar Pankov
1
1
add a comment |
add a comment |
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:
This is exactly what I was looking for.
add a comment |
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:
This is exactly what I was looking for.
add a comment |
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:
This is exactly what I was looking for.
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:
This is exactly what I was looking for.
edited Jan 24 at 20:28
Worthwelle
2,87831325
2,87831325
answered Jan 24 at 19:49
ssppjjssppjj
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1103354%2fkeyboard-shortcut-to-open-new-tab-next-to-current-tab-in-google-chrome%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown