hpr1948 :: Check Your Spelling in Vim
Frank summarizes how to use spellcheck in VIM
Hosted by Frank Bell on Wednesday, 2016-01-20 is flagged as Explicit and is released under a CC-BY-SA license.
Vim, spellcheck.
2.
The show is available on the Internet Archive at: https://archive.org/details/hpr1948
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:11:39
Vim Hints.
Various contributors lead us on a journey of discovery of the Vim (and vi) editors.
Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems.
Frank Bell describes how to check your spelling in the Vim editor and to create your own wordlist.
Frank's ~/.vimrc file:
set ruler laststatus=2 number title hlsearch syntax on set textwidth=80 set spell spelllang=en_us set spellfile=$HOME/.Vim/spell/en.utf-8.add
Illustrations:
Text file in Vim with spellcheck enabled:
Vim "choose the right word" list:
Links:
- Excellent introductory tutorial: https://thejakeharding.com/tutorial/2012/06/13/using-spell-check-in-vim.html
- Vim's own documentation: https://Vimdoc.sourceforge.net/htmldoc/spell.html
- Linux Voice Vim tutorial (PDF): https://www.linuxvoice.com/issues/001/vim.pdf
- Linux Voice Vim video: https://www.linuxvoice.com/learn-to-love-vim/