about summary refs log tree commit diff
path: root/weechat/.weechat/weechat.conf
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-04-27 20:42:35 -0400
committerBen Harris <ben@tilde.team>2020-04-27 20:42:35 -0400
commitb1bae56eea38e176ba5225265b84a3cc9d256da3 (patch)
tree78e9f602130e24c0af0703966e3221771dcddc8c /weechat/.weechat/weechat.conf
parent2fd57e8772db6c2775757118bf9e521839631cdd (diff)
update weechats and vim submodules
Diffstat (limited to 'weechat/.weechat/weechat.conf')
-rw-r--r--weechat/.weechat/weechat.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/weechat/.weechat/weechat.conf b/weechat/.weechat/weechat.conf
index ede4dfd..4813dbc 100644
--- a/weechat/.weechat/weechat.conf
+++ b/weechat/.weechat/weechat.conf
@@ -637,6 +637,11 @@ meta2-A = "/cursor move up"
 meta2-B = "/cursor move down"
 meta2-C = "/cursor move right"
 meta2-D = "/cursor move left"
+@chat(python.*):D = "hsignal:slack_cursor_delete"
+@chat(python.*):L = "hsignal:slack_cursor_linkarchive"
+@chat(python.*):M = "hsignal:slack_cursor_message"
+@chat(python.*):R = "hsignal:slack_cursor_reply"
+@chat(python.*):T = "hsignal:slack_cursor_thread"
 @item(buffer_nicklist):K = "/window ${_window_number};/kickban ${nick}"
 @item(buffer_nicklist):b = "/window ${_window_number};/ban ${nick}"
 @item(buffer_nicklist):k = "/window ${_window_number};/kick ${nick}"
@@ -662,6 +667,7 @@ meta2-D = "/cursor move left"
 @chat(perl.iset):button2* = "hsignal:iset_mouse"
 @chat(perl.iset):wheeldown = "/repeat 5 /iset **down"
 @chat(perl.iset):wheelup = "/repeat 5 /iset **up"
+@chat(python.*):button2 = "hsignal:slack_mouse"
 @chat(script.scripts):button1 = "/window ${_window_number};/script go ${_chat_line_y}"
 @chat(script.scripts):button2 = "/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}"
 @chat(script.scripts):wheeldown = "/script down 5"