Using tabs in the terminal to avoid having several terminals opens saves space and time (how did I not know about this earlier!).
Open a terminal and create a new tab using:
<shift> + <ctrl> + T
To switch between tabs using the keyboard:
<ctrl> + <page down>
(Moves one tab right - will loop through all tabs from left to right.)
<ctrl> + <page up>
(Moves one tab left - will loop through all tabs from right to left.)
~Fin
No comments:
Post a Comment