Jump to content

Weechat: Difference between revisions

1,120 bytes added ,  29 March 2013
no edit summary
mNo edit summary
No edit summary
Line 85: Line 85:


'''Note:''' Watch out for caps lock if you're keybinding. If you bind Alt+y to a command, Alt+Y won't work (unless you bind that separately). If you find your binds aren't working, check your caps.
'''Note:''' Watch out for caps lock if you're keybinding. If you bind Alt+y to a command, Alt+Y won't work (unless you bind that separately). If you find your binds aren't working, check your caps.
== Cool Things ==
=== Scripts ===
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.
=== Spell Checker ===
Weechat uses a handy aspell plugin to check your spelling. To enable it, either use iset or use
  /set aspell.check enabled on
Aspell has a few settings which you may find useful
  aspell.check.real_time on
  aspell.check.word_min_length 2
  aspell.check.default_dict "en"
Or alternatively if you use iset, search for aspell
The aspell plugin can also offer suggestions as of 0.4.0 and it can be added as an item to your status bar. The item should be added to weechat.bar.status.items. For instance:
  /set weechat.bar.status.items "time |,buffer_number+:buffer_name+(buffer_modes)+ |,buffer_nicklist_count |,hotlist |,[aspell_suggest]
You should then see something like [http://creadak.tk/scrn.png this]
33

edits