There are three ways to edit text on a Linux or Unix like systems:
0. The vim or vi way
1. The emacs way
2. The wrong way
Which one are you? 🤔
alias nano=‘vim’
alias pico='vim’
alias vi='vim’
alias emacs='vim’
alias gedit='vim’
alias kate='vim’
PS: Check 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
It is pretty easy to exit vim. No need to break your computer ;)
Learn vim smart way. Free tutorial for Linux and Unix users.