File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
1010For a steady stream of TILs from a variety of rocketeers, checkout
1111[ til.hashrocket.com] ( https://til.hashrocket.com/ ) .
1212
13- _ 561 TILs and counting..._
13+ _ 562 TILs and counting..._
1414
1515---
1616
@@ -577,6 +577,7 @@ _561 TILs and counting..._
577577- [ Edges Of The Selection] ( vim/edges-of-the-selection.md )
578578- [ End Of The Word] ( vim/end-of-the-word.md )
579579- [ Filter Lines Through An External Program] ( vim/filter-lines-through-an-external-program.md )
580+ - [ Fix The Spelling Of A Word] ( vim/fix-the-spelling-of-a-word.md )
580581- [ Format Long Lines To Text Width] ( vim/format-long-lines-to-text-width.md )
581582- [ Generate and Edit Rails Migration] ( vim/generate-and-edit-rails-migration.md )
582583- [ Get The pid Of The Session] ( vim/get-the-pid-of-the-session.md )
Original file line number Diff line number Diff line change 1+ # Fix The Spelling Of A Word
2+
3+ If there is a misspelled word (` :set spell ` to see what is misspelled), you
4+ can navigate the cursor over that word and hit (from normal mode) ` z= ` . This
5+ will open up a screen of possible corrections. The one you are most likely
6+ looking for will be toward the top. Each possible spelling will have a
7+ number next to it. Enter the number of the word you are looking for and hit
8+ enter. The spelling of that word will have been updated.
9+
10+ Try misspelling something and give it a try yourself.
11+
12+ See ` :h z= ` for more details.
13+
14+ h/t Jake Worth
You can’t perform that action at this time.
0 commit comments