Questions tagged [tabs]

Tabs are a graphical user interface feature that allows multiple documents to be contained within a single window.

From Wikipedia:

A tabbed document interface (TDI) is one that allows multiple documents to be contained within a single window, using tabs as a navigational widget for switching between sets of documents. It is an interface style most commonly associated with web browsers, web applications, text editors, and preference panes. GUI tabs are modeled after traditional card tabs inserted in paper files or card indexes.

469 questions
284
votes
9 answers

In vim, how can I quickly switch between tabs?

In gnome-terminal, I can just press Alt + (1, 2, 3, etc.) to switch to specific tabs. I can also use Ctrl + (PgUp / PgDn) to cycle through tabs (admittedly less convenient, but it can be remapped). If I want to use vim tabs instead of gnome-terminal…
Matthew
  • 15,036
124
votes
4 answers

How to get vim to open multiple files into tabs at once

Is it possible to get vim to open multiple files into tabs, similar to the way the args command will open multiple files into buffers? Doing something like :tabe ./* results in the error "E77: Too many file names", even though the number of…
Ash
  • 3,064
  • 4
  • 30
  • 31
123
votes
11 answers

Multi-tab command prompt in Windows?

What are the best (i.e. bug free) Multi-tab command prompts in Windows? They have them for Linux but Windows never seems to come out with one.
leeand00
  • 23,552
113
votes
12 answers

How do I automatically trim trailing whitespace with Notepad++?

I don't want to delete the empty lines completely, but I want to remove the trailing tabs and whitespaces in them. Eclipse usually does it (through a preference setting) when we save the file. For example, the file before saving ($ = end of…
Srikanth
  • 5,219
94
votes
2 answers

Is it possible to have Notepad++ show two rows of file tabs?

Is it possible to have Notepad++ show two rows of file tabs? I wasn't able to find such a setting.
Tal Galili
  • 3,495
88
votes
7 answers

Using Ctrl-Tab to switch between tabs in Mac Terminal.app

How can I make Ctrl-Tab and Ctrl-Shift-Tab switch between tabs in Terminal.app on a Mac (OS 10.4 and 10.5 specifically)? This is how I switch tabs in Firefox and Aquamacs, and Command-Shift-[ and Command-Shift-] is too awkward to me. I am aware of…
dkee
83
votes
12 answers

Can I restore closed tabs after quitting Chrome?

I closed Chrome by accident. Now all the tabs I had open are presumably gone. I don't want to risk anything by starting Chrome now before asking for help. I fear that they will be permanently lost (overwritten files) if I do that. I know from past…
Samir
  • 21,235
80
votes
5 answers

How to reopen all windows in Chrome?

I have two separate chrome windows, each window has multiple tabs in it. I want to reopen both windows with associated tabs when I open Chrome. What I have noticed is that if I close the first Window and then the second Window, chrome will restore…
Jack
  • 3,001
76
votes
1 answer

Prevent Internet Explorer tabs from opening tabs in stack in taskbar

I'm using Windows 7 Ultimate, and IE 8, and have the taskbar in icon view. I'm not sure how to explain this, but I'm amazed at how each tab in IE8 seems to act like a new "thing" in the taskbar (as if each tab was a window). Each tab acts like a…
Vervious
  • 4,824
74
votes
7 answers

How do I edit an existing buffer in a new tab in vim?

Suppose I have started vim like this: vim foo bar Now I decide that I want each of those files in its own tab. Is there a way to do that without exiting vim and adding the -p option to my command line?
innaM
  • 10,412
71
votes
8 answers

Switching to tabs to the right or left of the current tab in Notepad++

How can I switch to the document to the left or right of the current document in Notepad++? For example, if I have documents A, B, and C open, and I'm currently editing B, I would like a shortcut to be able to: switch to document A, like. . .…
Christopher Swiedler
69
votes
5 answers

Do web browsers use different outgoing ports for different tabs?

In a web browser that supports having multiple tabs, such as Firefox, do different tabs that go to different website domains use a dedicated port for each domain?. Or does the browser use a single port for managing all tabs and therefore all…
yoyo_fun
  • 1,883
65
votes
5 answers

How to switch back to Firefox' old style of tabs?

The recent update (89 I think) causes all tabs to render in the same continuous shading, which makes it somehow more difficult to spot each tab's start and end (regardless of the favicon, I'm sorry, silly old proper borders just were easier on my…
64
votes
4 answers

Can I install the Custom Document Well (vertical tabs) extension for Visual Studio 2019?

The Custom Document Well extension is only available for Visual Studio 2017. Is there a way to install it for Visual Studio 2019? Specifically, I only care about the vertical tabs feature. As of the time of writing this question, the current…
60
votes
9 answers

Show tabs in Chrome full screen mode?

Firefox can do it, can Chrome? Here's what I'm looking for: Firefox - always show the tabs in fullscreen mode
snitzr
  • 2,282
1
2 3
31 32