Vim Editor

option result
shift +v enter the visual line editor. Used to select lines on a file use arrows to select more lines
ctrl + v same as above but used to select blocks of lines
x used to delete whatever you selected

enable line numbers with :set nu!