myconfig

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

weechat (642B)


      1 /mouse disable
      2 meta-o => /set weechat.look.align_end_of_lines time
      3 meta-e => /set weechat.look.align_end_of_lines message
      4 meta-w => /bar toggle nicklist
      5 meta-r => /bar toggle buffers
      6 meta-g => /go
      7 
      8 /set weechat.bar.buffers.size_max 15
      9 /script install buffers.py
     10 /script install go.py
     11 /set weechat.look.eat_newline_glitch left
     12 /set weechat.look.prefix_align_max 8
     13 /set weechat.bar.nicklist.size_max 8
     14 
     15 /plugin load /usr/lib/weechat/plugins/perl.so
     16 
     17 /key bind ctrl-N /input history_global_next
     18 /key bind ctrl-P /input history_global_previous
     19 
     20 /key bind ctrl-J /window page_down
     21 /key bind ctrl-K /window page_up
     22 
     23 TODO:
     24 use meta-n meta-p meta-u
     25