ctrl+a to come to start of line in terminal
ctrl+b to move backward one character
ctrl+c to terminate process
crtl+d to terminate session
ctrl+e to come to end of line in terminal
ctrl+f to move forward by one character
ctrl+h to erase one character to your left of cursor
ctrl+k to remove the character after the cursor pointing i,e to the right of screen
crtl+l to clear screen
ctrl+m to confirm command(enter)
ctrl+n to check next command just like down arrow
ctrl+p to check last command
ctrl+r search for matching command which u excuted in past
ctrl+t to two swap letters
crtl+u to clear all characters which are on ur left side of ur cursor
ctrl+w to clear last word
