Created
November 8, 2016 00:05
-
-
Save erinzm/7a6655246e696f1d9e60916f4ce98c87 to your computer and use it in GitHub Desktop.
weechat buffers.pl server indentation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/set buffers.look.indenting on | |
/set irc.look.server_buffer independent | |
...then for each buffer, switch to it and: | |
/buffer move 1 | |
...where 1 is the position you want to move the buffer (or you can do this w/ mouse if you have that setup) | |
Once buffers are where you want them: | |
/layout save |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment