summaryrefslogtreecommitdiff
path: root/doc/de/autogen/user/aspell_commands.txt
blob: 850143e880bd2afa3182073d6644347c5931ccbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[[command_aspell_aspell]]
[command]*`aspell`* Konfiguration für Aspell-Erweiterung::
........................................
/aspell  enable|disable|toggle
         listdict
         setdict <lang>
         deldict
         addword [<lang>] <word>

  enable: enable aspell
 disable: disable aspell
  toggle: toggle aspell
listdict: show installed dictionaries
 setdict: set dictionary for current buffer
 deldict: delete dictionary used on current buffer
 addword: add a word in personal aspell dictionary

Input line beginning with a '/' is not checked, except for some commands (see /set aspell.check.commands).

To enable aspell on all buffers, use option "default_dict", then enable aspell, for example:
  /set aspell.check.default_dict "en"
  /aspell enable

Default key to toggle aspell is alt-s.
........................................