Use this shortcut when X isn’t responding or a program has locked up your desktop and you can’t get anything to respond.
This is the big kahuna.
This handy shortcut allows you to cycle through all open windows, stopping on the window you want to have focus.
This is one of those mack-daddy shortcuts you very well might need to use.
If you’re using Linux, you probably know about the pager that allows you to have multiple desktops at one time.
If you are working in a text editor like Nano (from within a terminal window), you can get to the beginning of a line with Ctrl + a and the end of a line with Ctrl + e.
When you have a process running in a terminal window (say you’re following a process with the tail + f command), you can kill that process with the Ctrl + c combination.
This will zombie an application. If you have a process running in a terminal and you want the terminal back but don’t want to kill the application, you can hit Ctrl + z to send the process to the background.
The up or down arrow key, when in a terminal window, cycles through the history of commands you have issued in the terminal window.