Insert Mode Tricks
https://dalibornasevic.com/posts/43-12-vim-tips
Changed the link to test link checker. I removed the ‘s’ from the word ‘posts’ in the url
- Paste while in insert mode: <c-r>0
- <C-h> ” delete back one character (backspace)
- <C-w> ” delete back one word
- <C-u> ” delete back to start of line
- <C-k> ” delete forward to end of line
- https://itsfoss.com/pro-vim-tips/
- https://vim.fandom.com/wiki/Best_Vim_Tips
- https://vim.fandom.com/wiki/Vim_Tips_Wiki
- https://learnvimscriptthehardway.stevelosh.com
- https://medium.com/@hql287/10-vim-tips-to-ease-the-learning-curve-c8234cbdafa5
- https://vim.works/
- https://stackoverflow.com/questions/tagged/vim
- https://vi.stackexchange.com/