http://tips.webdesign10.com/vim/how-use-vims-spellchecker
If you are using Vim in the terminal, or prefer to type, you can turn on spellchecking in Vim with the command :set spell and turn off spellchecking with :set nospell.
Here are the commands you need to know:
- ]s — move to the next mispelled word
- [s — move to the previous mispelled word
- zg — add a word to the dictionary
- zug — undo the addition of a word to the dictionary
- z= — view spelling suggestions for a mispelled word
使用插件LanguageTool
准确说这是一个语法检查工具
常用命令:
:LanguageToolCheck
:LanguageToolClear
:lopen 打开位置窗口
:lclose 关闭位置窗口
:lne 跳到下一个位置
相关推荐
8. **Spell Check**:对于文档或注释,`spell`功能可以检查拼写错误。 9. **Color Schemes**:选择一款适合自己的颜色方案,如`solarized`或`monokai`,以改善代码的视觉体验。 安装这些插件通常通过`Vundle`或`...
Topics covered include: Folding, Split, Save, Buffers, Spell Checking, Multiple Files, Highlight, Vimdiff, Insert Mode, Tabbed User Interface, External Command, Alignment, Vimscript Python, GVim, ...
以下任何一项都应显示建议列表: <leader>aap当前段落的<leader>aap <leader>aw表示当前单词或使用安装:CocInstall coc-spell-checker 命令和配置支持的语言英文(美国) 英文(GB)-通过将"cSpell.language": "en...
同时,配合Vim的拼写检查(`:set spell`)、文本高亮和句子检查等功能,可以提供一个更加完善的文本编辑环境。 总的来说,vim-ditto是Vim用户提高生产力的一大助力,尤其对于处理大量重复文本的场景,它能显著提升...
**vim-hugo-helper 插件详解** `vim-hugo-helper` 是一个专为 Hugo 内容创作和管理设计的 Vim 插件。Hugo 是一个快速且高效的静态站点生成器,广泛用于博客、文档网站和个人项目的构建。通过 `vim-hugo-helper`,...
方言vim 一个简单的插件,可将与zG和zW一起添加的单词zG zW到特定于当前文件或目录的spellfile文件中。用法继续像往常一样使用zg和zw 。 用zG和zW添加的单词将被添加到./.dialect.{encoding}.add 。 默认情况下, ...