summaryrefslogtreecommitdiff
path: root/.cheat/weechat
blob: 06bbe3917c28a2abf85a58a5376f66406c5c14a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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