Five Things I Like About Neovim
Neovim is a text editor you use in the terminal. I use it in the Warp Terminal, which is the most modern terminal out ther for the Mac.
Click On The Image Below To See The Tutorial
Here is the Neovim video tutorial
The main idea with Neovim / Vim is to forget about the mouse and to do just about everything with your keyboard. So with a tap on the J key you move down one line with 3J you move down 3 lines.
Use DW to delete a word and 6DW to delete six words. You use Y to yank words and lines out to put elsewhere. I particularly like being able to to s replace of all words in the document without having to go into a separate window to do search and replace.