aboutsummaryrefslogtreecommitdiffstats
path: root/Notes.txt
blob: 5a8780ac6fdceec92fede28591195850bd10df7e (plain)
1
2
3
4
5
6
7
8
9
10
https://www.chunkhang.com/blog/fixing-focus-events-in-weechat
https://www.chiark.greenend.org.uk/doc/weechat-doc/html/weechat_faq.en.html#terminal_focus

/set weechat.startup.command_after_plugins "/print -stdout \033[?1004h\n"
/set weechat.look.key_bind_safe off
/key bind meta2-I /activity_bar clear
/trigger add reset_focus signal "quit" "" "" "/print -stdout \033[?1004l\n"

/key bind meta2-I /activity_bar disable
/key bind meta2-O /activity_bar enable