Weechat Short Cuts
I discovered the alias command a few days ago. This is great when you have more then 10 channels open. Weechat supports alt+# but you only have 10 of those.
The command for opening your 11th buffer is /buffer 11 but this is often longer to type then alt+0+f6. Easy way to make this shorter is to alias /buffer with /b.
/alias /b /buffer $*
This tells it to redirect all params to /buffer
the same can be done with /url for those of you using the urlgrab python plugin.
/alias /u /url $*
No comments yet.