diff options
Diffstat (limited to 'software')
-rw-r--r-- | software/vim.page | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/software/vim.page b/software/vim.page index 32743ea..84db121 100644 --- a/software/vim.page +++ b/software/vim.page @@ -91,7 +91,15 @@ TODO: document my current multi-window configuration, how to re-scale, etc. ``Ctrl-W =`` equalizes window sizes (``Ctrl-W`` is the vierport meta sequence). +Spellcheck +------------- +Do ``set spell`` to start spellchecking in "fly" mode (mispellings +highlighted); do ``set nospell`` to undo. + +Hovering over a word in visual, do ``zg`` to add the word to your dictionary, +``z=`` to show suggestions, + Links to more... ------------------ - - `vim anti-patterns <http://blog.sanctum.geek.nz/vim-anti-patterns/>`_
\ No newline at end of file + - `vim anti-patterns <http://blog.sanctum.geek.nz/vim-anti-patterns/>`_ |