I just downloaded Ubuntu 11.04 and as far as I can remember, there was the option of opening multiple terminals in tabs in Ubuntu. I cannot discover this feature in 11.04. Also, as a general query, suppose I open emacs from the terminal, then I wouldn't be able to do anything else on that terminal as long as I have emacs running, so what is a good way to multi-task?
|
feedback
|
|
CTRL + Shift + N will open a new terminal window if you are already working in the terminal, alternatively you can just select "Open Terminal" form the file menu as well. And like @Alex said you can open a new tab by pressing CTRL + Shift + Tab | |||
|
feedback
|
|
You may open a new tab by pressing shift + ctrl + t, or go to file -> Open new tab or something like that. I do not know what emacs is, but if it is a GUI program you may probably run it in the background by adding & behind the command. To list background jobs simply run jobs. If you want to get a running program from the background run fg %. | ||||
|
feedback
|
|
You can also use a terminal multiplexer like I prefer to use a terminal multiplexer over gnome-terminal tabs because I can detach and attach from anywhere. Examples:
| |||
|
feedback
|
|
To get the terminal back after you open Emacs or any other gui:
See also the | ||||
|
feedback
|
|
There a Terminal Quicklist that has the option to open new tab. Although it's not a new tab you can use the middle mouse on the launcher to open a new terminal. I would also recommend you look into Tmux as this is a great tool for working in a single terminal screen. For example it will keep your session running after you logout from remote servers. | |||
|
feedback
|

