X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/fe33224c3f2c58ae3000f78b7d0ebb0d00cbbd3d..00642b3f71b6954bad7843da371ece6985f04d41:/weechat/weechat.conf diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 463fcd2..8864280 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -207,7 +207,7 @@ status_time = default [completion] base_word_until_cursor = on command_inline = off -default_template = "%(nicks)|%(irc_channels)" +default_template = "%(nicks)|%(irc_channels)|%(emoji)" nick_add_space = on nick_case_sensitive = off nick_completer = ":" @@ -218,6 +218,7 @@ partial_completion_command = on partial_completion_command_arg = on partial_completion_count = on partial_completion_other = on +partial_completion_templates = "config_options" [history] display_default = 5 @@ -291,7 +292,7 @@ input.conditions = "${window.buffer.full_name} != perl.highmon" input.filling_left_right = vertical input.filling_top_bottom = horizontal input.hidden = off -input.items = "time, input_prompt │,[input_search],[input_paste],scroll,input_text" +input.items = "time, input_prompt │,[input_search],[input_paste],scroll,input_text" input.position = bottom input.priority = 10 input.separator = off @@ -437,6 +438,8 @@ ctrl-X = "/input switch_active_buffer" ctrl-Y = "/input clipboard_paste" meta-meta-OP = "/bar scroll buflist * b" meta-meta-OQ = "/bar scroll buflist * e" +meta-meta2-11~ = "/bar scroll buflist * b" +meta-meta2-12~ = "/bar scroll buflist * e" meta-meta2-1~ = "/window scroll_top" meta-meta2-23~ = "/bar scroll nicklist * b" meta-meta2-24~ = "/bar scroll nicklist * e" @@ -484,6 +487,10 @@ meta-Oa = "/input history_global_previous" meta-Ob = "/input history_global_next" meta-Oc = "/input move_next_word" meta-Od = "/input move_previous_word" +meta2-11^ = "/bar scroll buflist * -100%" +meta2-11~ = "/bar scroll buflist * -100%" +meta2-12^ = "/bar scroll buflist * +100%" +meta2-12~ = "/bar scroll buflist * +100%" meta2-15~ = "/buffer -1" meta2-17~ = "/buffer +1" meta2-18~ = "/window -1" @@ -492,10 +499,14 @@ meta2-1;3A = "/buffer -1" meta2-1;3B = "/buffer +1" meta2-1;3C = "/buffer +1" meta2-1;3D = "/buffer -1" +meta2-1;3P = "/bar scroll buflist * b" +meta2-1;3Q = "/bar scroll buflist * e" meta2-1;5A = "/input history_global_previous" meta2-1;5B = "/input history_global_next" meta2-1;5C = "/input move_next_word" meta2-1;5D = "/input move_previous_word" +meta2-1;5P = "/bar scroll buflist * -100%" +meta2-1;5Q = "/bar scroll buflist * +100%" meta2-1~ = "/input move_beginning_of_line" meta2-200~ = "/input paste_start" meta2-201~ = "/input paste_stop" @@ -637,6 +648,7 @@ meta-p = "/window scroll_previous_highlight" meta-r = "/input delete_line" meta-s = "/mute aspell toggle" meta-u = "/window scroll_unread" +meta-w = "/close" meta-wmeta-meta2-A = "/window up" meta-wmeta-meta2-B = "/window down" meta-wmeta-meta2-C = "/window right" @@ -674,6 +686,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}" @@ -701,6 +718,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"