myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 62927e719c58eb8a1e01e8c898b49cc3aa9ab323
parent efca9d864a7cc33c2d4f88600944808f79be9b99
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed, 21 Oct 2015 02:48:08 +0200

weechat

Diffstat:
weechat | 25+++++++++++++++++++++++++
1 file changed, 25 insertions(+), 0 deletions(-)

diff --git a/weechat b/weechat @@ -0,0 +1,25 @@ +/mouse disable +meta-o => /set weechat.look.align_end_of_lines time +meta-e => /set weechat.look.align_end_of_lines message +meta-w => /bar toggle nicklist +meta-r => /bar toggle buffers +meta-g => /go + +/set weechat.bar.buffers.size_max 15 +/script install buffers.py +/script install go.py +/set weechat.look.eat_newline_glitch left +/set weechat.look.prefix_align_max 8 +/set weechat.bar.nicklist.size_max 8 + +/plugin load /usr/lib/weechat/plugins/perl.so + +/key bind ctrl-N /input history_global_next +/key bind ctrl-P /input history_global_previous + +/key bind ctrl-J /window page_down +/key bind ctrl-K /window page_up + +TODO: +use meta-n meta-p meta-u +