diff options
| author | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
|---|---|---|
| committer | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
| commit | 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 (patch) | |
| tree | 2116c49a845dfc0945778f2aa3e2118d72be428b /.cheat/weechat | |
| parent | 8cc927e930d5b6aafe3e9862a61e81705479a1b4 (diff) | |
Added the relevent parts of the .config directory. Alss add ssh config
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 |
