Tagged Questions
0
votes
2answers
896 views
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).
...
2
votes
2answers
384 views
Get Terminal tab current directory when process is running
Is it possible to get tabs current directory when process is running in that tab without stopping that process? My intention is to create tab next to current with same directory. I sure can press ⌃Z, ...
3
votes
1answer
846 views
Tiling Window Manager, Terminal Multiplexer, Text Editor, How Do You Mange Windows? [closed]
I have seen people running a tiled window manager (like dwm, awesome, Xmonad) handling a tabbed terminal running a terminal multiplexer (like tmux, screen) running a text editor that supports split ...
3
votes
5answers
1k views
terminal-window viewer for tab-delimited files in *nix?
I work with a lot of tab-delimited data files, with varying columns of uncertain length.
Typically, the way people view these files is to bring them down from the server to their Windows or Mac ...
35
votes
4answers
15k views
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 ...