Command
vim
Explanation
Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient.
Examples
Open file in vim
vim file.txt
Open file at line 10
vim +10 file.txt
Open file in read-only mode
vim -R file.txt