diff options
Diffstat (limited to '.cheat/weechat')
| -rwxr-xr-x | .cheat/weechat | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.cheat/weechat b/.cheat/weechat new file mode 100755 index 0000000..06bbe39 --- /dev/null +++ b/.cheat/weechat @@ -0,0 +1,25 @@ +# Set unread marker on all windows +Ctrl-s Ctrl-u + +# Switch buffer left +Ctrl-p, Alt-left +# Switch buffer right +Ctrl-n, Alt-right +# Next buffer with activity +Alt-a +# Switch buffers +#Alt-0...9 +Ctrl-x + +# Scroll buffer title +F9/F10 +# Scroll nick list +F11/F12 +### vimode (https://github.com/GermainZ/weechat-vimode) +/script install vimode.py +# enable vimode status indicator +# /set weechat.bar.input.items "[input_prompt]+(away),[input_search], [input_paste], input_text" +/set weechat.bar.input.items "[mode_indicator]+[input_prompt]+(away),[input_search], [input_paste], input_text,[vi_buffer]" +# show line numbers ( q/Q/m = quote/yank ; use :7 to jump to line 7) +/set weechat.bar.vi_line_numbers.hidden off +/save |
