[SOLVED] Helpful terminal shortcuts

  • Thread starter Thread starter ixion22600
  • Start date Start date
I

ixion22600

Hello all,

I though to I should share some useful terminal shortcuts:

Ctrl + K = cut text to beginning on the line
Ctrl + U = cut text to beginning of the line
Ctrl + W = cu the word located behind the cursor
Alt + D = cat the word following the cursor
Ctrl + Y = paste cut text
Alt + Y = rotate back to previously cut text and paste it
Ctrl + D = delete character (from left to right)
Ctrl + C = delete the entire line

Ctrl + F = (cursor) forward one character
Ctrl + B = (cursor) backward one character
Alt + F = (cursor) forward one word
Alt + B = (cursor) backward one word
Ctrl + A = (cursor) beginning of line
Ctrl + E = (cursor) end of line

Ctrl + L = clear screen

Ctrl + T = switch positions of current and previous characters
Alt + T = switch positions of current and previous words
Alt + U = change current word to uppercase
Alt + L = change current word to lowercase

Please fill free to add other informations that can help us work easier with the terminal.

Continue reading...
 
Back
Top