summaryrefslogtreecommitdiffstats
path: root/software
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-01-26 23:51:05 -0500
committerbnewbold <bnewbold@robocracy.org>2014-01-26 23:51:49 -0500
commit32591ea9905d7ee16f23ee3def6157f1fedc2c31 (patch)
treeb48655475894e97e37bcec87954a185d263e80da /software
parentd4f90242c78c4318d30ca24f2a6de530431898be (diff)
downloadknowledge-32591ea9905d7ee16f23ee3def6157f1fedc2c31.tar.gz
knowledge-32591ea9905d7ee16f23ee3def6157f1fedc2c31.zip
misc software notes
Diffstat (limited to 'software')
-rw-r--r--software/vim.page10
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/>`_