Text Editor
Last updated
Last updated
is my favourite text editor (I use ). It has changed completely how I interact with text. Any editor that forces you to use a mouse is wasting your time.
Think of using Vim commands as composing sentences. Take a "verb"' d
(delete) + a "subject" w
(word) and a whole word is deleted. It's easier than pressing ctrl + shift + right arrow + delete
in a normal editor.
Vim spoiled me to the point that I use vim-like movement to browse the web ().
My file and my .
.
by Derek Wyatt.
learn essential vim skills by Drew Neil.
YouTube channel by a core contributor to Neovim and the author of the excellent plugin.
- VIMtertainer extraordinaire.
- what not to do in vim.
write code faster: expert-level vim by Ben Orenstein
and by _**_George Brocklehurst
pick a challenge, fire up Vim and share the result.
Examples of .vimrc
files: and .
init.vim
and init.lua
configs I take inspiration from: ,
- a community-driven, freely-licensed binary distribution of Microsoft’s editor VSCode. Second best choice for me after Neovim.