weechat 2.4 stuff

This commit is contained in:
Ben Harris 2019-02-17 18:09:40 -05:00
parent ae026cc8f0
commit 815c7839c6
4 changed files with 15 additions and 2 deletions

View File

@ -12,6 +12,7 @@
[command]
default_options = ""
purge_delay = 0
shell = "sh"
[color]
flag_finished = lightred

View File

@ -345,7 +345,7 @@ sdf.local_hostname
sdf.usermode
sdf.command
sdf.command_delay
sdf.autojoin = "#helpdesk,#anonradio,#gopher,#sdf"
sdf.autojoin = "#sdf,#gopher,#anonradio,#helpdesk"
sdf.autorejoin
sdf.autorejoin_delay
sdf.connection_timeout

View File

@ -35,6 +35,8 @@ max_clients = 5
password = "${sec.data.relaypass}"
ssl_cert_key = "%h/ssl/relay.pem"
ssl_priorities = "NORMAL:-VERS-SSL3.0"
totp_secret = ""
totp_window = 0
websocket_allowed_origins = ""
[irc]

View File

@ -210,7 +210,7 @@ command_inline = on
default_template = "%(nicks)|%(irc_channels)|%(completion_script)"
nick_add_space = on
nick_case_sensitive = off
nick_completer = ":"
nick_completer = ": "
nick_first_only = off
nick_ignore_chars = "[]`_-^"
partial_completion_alert = on
@ -392,6 +392,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"
@ -431,6 +433,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"
@ -441,10 +447,14 @@ meta2-1;3C = "/buffer +1"
meta2-1;3D = "/buffer -1"
meta2-1;3F = "/window scroll_bottom"
meta2-1;3H = "/window scroll_top"
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"