brew install neovim
"node" is necessary for some plugins in Neovim.
brew install node
We probability need to use nerd font in order to make some packages works later!
brew tap homebrew/cask-fonts
brew install font-hack-nerd-font
After that, you need to change the font in Iterm 2 (If it is the default terminal you are using)
Move the cursor to the end of the line.
$
Skip a word forward:
e
Skip a word backward:
b
Go to the beginning of the line (or the beginning of the previous line)
0