Moved docs to .dotfiles

This commit is contained in:
Felipe M 2020-12-24 12:43:46 +01:00
parent 1e621e230f
commit 2d7fc029c3

18
.dotfiles/docs/weechat.md Normal file
View file

@ -0,0 +1,18 @@
# Weechat
- Website: https://weechat.org/
## Enable mouse support
```
/set weechat.look.mouse on
/mouse enable
```
## Hide join/part/quit messages
```
/set irc.look.smart_filter on
/filter add irc_smart * irc_smart_filter *
/set irc.look.smart_filter_delay 5
```