Get the latest tech news
Practical Vim command workflow (2023)
Master the art of efficient text navigation and editing in Vim with this comprehensive command workflow tutorial. Explore key commands and practical examples to enhance your productivity in Vim.
-: Go 1 line upward, on the first non-blank character cwthis: Change the word and type this.<ESC>: Leave insert mode. ci'Date<ESC>: Change the content inside single quote, type Date and leave Insert mode. If you just start learning Vim operators, motions, it may take some times to think of what commands to use for each situation.
Or read this on Hacker News