about summary refs log tree commit diff
path: root/weechat/.weechat/weechat.conf
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-10-10 16:27:41 -0400
committerBen Harris <ben@tilde.team>2021-10-10 16:27:41 -0400
commitefb5b6d52f0669f2fbbe42d787bf9c0bc9400c25 (patch)
tree682cecc88f4e10a29ea38e45326f6c11a6d599f4 /weechat/.weechat/weechat.conf
parentfead404111c3b78a21d9c5fb9ac631eaee244e88 (diff)
weechat updates for 3.3
Diffstat (limited to 'weechat/.weechat/weechat.conf')
-rw-r--r--weechat/.weechat/weechat.conf16
1 files changed, 13 insertions, 3 deletions
diff --git a/weechat/.weechat/weechat.conf b/weechat/.weechat/weechat.conf
index b529b13..498e243 100644
--- a/weechat/.weechat/weechat.conf
+++ b/weechat/.weechat/weechat.conf
@@ -101,7 +101,7 @@ paste_bracketed_timer_delay = 10
 paste_max_lines = 1
 prefix_action = " *"
 prefix_align = right
-prefix_align_max = 12
+prefix_align_max = 15
 prefix_align_min = 8
 prefix_align_more = "+"
 prefix_align_more_after = on
@@ -339,7 +339,7 @@ rootstatus.conditions = ""
 rootstatus.filling_left_right = vertical
 rootstatus.filling_top_bottom = horizontal
 rootstatus.hidden = off
-rootstatus.items = "[buffer_last_number],[buffer_plugin],buffer_number+:+buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_zoom+buffer_filter,spell_suggest,[hotlist],(mouse_status),completion"
+rootstatus.items = "[buffer_last_number],[buffer_plugin],buffer_number+:+buffer_name+(buffer_modes)+{buffer_nicklist_count}+buffer_zoom+buffer_filter,spell_suggest,[typing],[hotlist],(mouse_status),completion"
 rootstatus.position = bottom
 rootstatus.priority = 25
 rootstatus.separator = off
@@ -409,6 +409,7 @@ ctrl-U = "/input delete_beginning_of_line"
 ctrl-W = "/input delete_previous_word"
 ctrl-X = "/input switch_active_buffer"
 ctrl-Y = "/input clipboard_paste"
+meta-ctrl-M = "/input insert \n"
 meta-meta-OP = "/bar scroll buflist * b"
 meta-meta-OQ = "/bar scroll buflist * e"
 meta-meta2-11~ = "/bar scroll buflist * b"
@@ -442,6 +443,7 @@ meta-= = "/filter toggle"
 meta-> = "/input jump_next_visited_buffer"
 meta-B = "/buflist toggle"
 meta-J = "/buffer server.libera"
+meta-N = "/bar toggle nicklist"
 meta-OA = "/input history_global_previous"
 meta-OB = "/input history_global_next"
 meta-OC = "/input move_next_word"
@@ -482,8 +484,12 @@ meta2-201~ = "/input paste_stop"
 meta2-20~ = "/bar scroll title * -30%"
 meta2-21~ = "/bar scroll title * +30%"
 meta2-23;3~ = "/bar scroll nicklist * b"
+meta2-23;5~ = "/bar scroll nicklist * -100%"
+meta2-23^ = "/bar scroll nicklist * -100%"
 meta2-23~ = "/bar scroll nicklist * -100%"
 meta2-24;3~ = "/bar scroll nicklist * e"
+meta2-24;5~ = "/bar scroll nicklist * +100%"
+meta2-24^ = "/bar scroll nicklist * +100%"
 meta2-24~ = "/bar scroll nicklist * +100%"
 meta2-3~ = "/input delete_next_char"
 meta2-4~ = "/input move_end_of_line"
@@ -509,7 +515,10 @@ meta-b = "/input move_previous_word"
 meta-d = "/input delete_next_word"
 meta-f = "/input move_next_word"
 meta-g = "/go"
-meta-h = "/input hotlist_clear"
+meta-hmeta-R = "/input hotlist_restore_all"
+meta-hmeta-c = "/input hotlist_clear"
+meta-hmeta-m = "/input hotlist_remove_buffer"
+meta-hmeta-r = "/input hotlist_restore_buffer"
 meta-j = "/buffer server.tilde"
 meta-jmeta-f = "/buffer -"
 meta-jmeta-l = "/buffer +"
@@ -640,6 +649,7 @@ ctrl-_ = "/input undo"
 ctrl-I = "/input search_switch_where"
 ctrl-J = "/input search_stop"
 ctrl-M = "/input search_stop"
+ctrl-Q = "/input search_stop"
 ctrl-R = "/input search_switch_regex"
 meta2-A = "/input search_previous"
 meta2-B = "/input search_next"