The shortcut key combinations that are often used in vim:
Normal Mode:
Ctrl F turn to the next page Ctrl B turn to previous page
/search keyword n look down n find
With a single word selected, press to select N to find n up
^ Jump to the beginning of the line to jump to the end
G jumps to the end of the line GG jumps to the beginning
Edit command:
Insert a new line under the O-cursor
O-Cursor Insert a new line above
Shortcut key combinations that are commonly used on the command line:
CTRL + A cursor moves to the beginning
Ctrl+e cursor moves to end of line
Ctrl+u clears the current cursor to the beginning of the line
Ctrl+k clears the current cursor to the end of the line
Ctrl+w Clear the Forward
Ctrl+l Clear the current screen
CTRL + C aborts the input of the current row
Linux command line shortcut commands and vim common shortcut commands