Jump to content

Weechat: Difference between revisions

29 bytes added ,  14 July 2015
Line 116: Line 116:


If you're using creadak's weechat script you can use the /script command to view, add/remove, and update scripts that do really handy things, if you are using any version pre 0.3.9 you'll want to use the weeget script to manage your scripts. Some really handy scripts include buffers, iset, buffer_autoclose, cron, pybuffer, shell and screen_away.
If you're using creadak's weechat script you can use the /script command to view, add/remove, and update scripts that do really handy things, if you are using any version pre 0.3.9 you'll want to use the weeget script to manage your scripts. Some really handy scripts include buffers, iset, buffer_autoclose, cron, pybuffer, shell and screen_away.
/script


=== Spell Checker ===
=== Spell Checker ===
Line 124: Line 125:
Aspell has a few settings which you may find useful
Aspell has a few settings which you may find useful


  aspell.check.real_time on
  /set aspell.check.real_time on
  aspell.check.word_min_length 2
  /set aspell.check.word_min_length 2
  aspell.check.default_dict "en"
  /set aspell.check.default_dict "en"
  aspell.check.suggestions 3
  /set aspell.check.suggestions 3


Or alternatively if you use iset, search for aspell
Or alternatively if you use iset, search for aspell