How to rename terminal tab title in gnome-terminal?
Used to be able to right click on the tab and change the title. Not sure how to do this anymore. Just upgraded to Fedora 21.
Used to be able to right click on the tab and change the title. Not sure how to do this anymore. Just upgraded to Fedora 21.
I’d like to set the terminal title to [email protected] so I can easily tell which machine I’m connected to from the window title. Is there a way to do this from SSH or from GNOME Terminal?
I’m writing a script which shows the git log for a directory when I cd into it. Such a log can be overwhelming, containing hundreds of lines. So far I have been limiting that to a hard-coded 20 lines (... | head -n 20), which is fine on the screen at work, but too much on the smaller MacBook screen at home.
On mu Ubuntu 12.04 setups my tmux clipboard copy and paste commands are setup as follows:
I start a new process from GNOME Terminal and then this process fork a child.
But when I killed the parent process the orphaned process’s parent id became something other than 1 which represent init --user pid.
When I do this in virtual terminals, the parent pid is 1 which represent init process.
How can I execute new process from GNOME Terminal so that when it is died, the child process’s parent pid became 1 and not pid of init --user process?
Thanks a lot.
I have tested this with both Ubuntu 12.04 and Debian 7. When I do
How could I execute a script in Shell when a shortcut key is pressed.
I am trying to use the solarized color scheme in VIM using gnome terminal (Ubuntu). When I run vim without tmux, it looks great, see below:
When we use clear command or Ctrl+L in terminal, it clears terminal but we can still scroll back to view the last used commands. Is there a way to completely clear the terminal?
My terminal setup is gnome-terminal + tmux + zsh with vi bindings.