myconfig

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

commit 438ade3f4035dba5875cfc69b6b2ff5e068dbd56
parent fc77879f560569efce701e521c85dadd843bf39e
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue,  4 Sep 2018 16:13:09 +0200

weechat renames

Diffstat:
weechat | 25-------------------------
weechat/.empty | 0
weechat_2 | 25+++++++++++++++++++++++++
3 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/weechat b/weechat @@ -1,25 +0,0 @@ -/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 - diff --git a/weechat/.empty b/weechat/.empty diff --git a/weechat_2 b/weechat_2 @@ -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 +