mirror of https://tildegit.org/ben/dotfiles
weechat 2.4 stuff
parent
ae026cc8f0
commit
815c7839c6
|
@ -12,6 +12,7 @@
|
||||||
[command]
|
[command]
|
||||||
default_options = ""
|
default_options = ""
|
||||||
purge_delay = 0
|
purge_delay = 0
|
||||||
|
shell = "sh"
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
flag_finished = lightred
|
flag_finished = lightred
|
||||||
|
|
|
@ -345,7 +345,7 @@ sdf.local_hostname
|
||||||
sdf.usermode
|
sdf.usermode
|
||||||
sdf.command
|
sdf.command
|
||||||
sdf.command_delay
|
sdf.command_delay
|
||||||
sdf.autojoin = "#helpdesk,#anonradio,#gopher,#sdf"
|
sdf.autojoin = "#sdf,#gopher,#anonradio,#helpdesk"
|
||||||
sdf.autorejoin
|
sdf.autorejoin
|
||||||
sdf.autorejoin_delay
|
sdf.autorejoin_delay
|
||||||
sdf.connection_timeout
|
sdf.connection_timeout
|
||||||
|
|
|
@ -35,6 +35,8 @@ max_clients = 5
|
||||||
password = "${sec.data.relaypass}"
|
password = "${sec.data.relaypass}"
|
||||||
ssl_cert_key = "%h/ssl/relay.pem"
|
ssl_cert_key = "%h/ssl/relay.pem"
|
||||||
ssl_priorities = "NORMAL:-VERS-SSL3.0"
|
ssl_priorities = "NORMAL:-VERS-SSL3.0"
|
||||||
|
totp_secret = ""
|
||||||
|
totp_window = 0
|
||||||
websocket_allowed_origins = ""
|
websocket_allowed_origins = ""
|
||||||
|
|
||||||
[irc]
|
[irc]
|
||||||
|
|
|
@ -210,7 +210,7 @@ command_inline = on
|
||||||
default_template = "%(nicks)|%(irc_channels)|%(completion_script)"
|
default_template = "%(nicks)|%(irc_channels)|%(completion_script)"
|
||||||
nick_add_space = on
|
nick_add_space = on
|
||||||
nick_case_sensitive = off
|
nick_case_sensitive = off
|
||||||
nick_completer = ":"
|
nick_completer = ": "
|
||||||
nick_first_only = off
|
nick_first_only = off
|
||||||
nick_ignore_chars = "[]`_-^"
|
nick_ignore_chars = "[]`_-^"
|
||||||
partial_completion_alert = on
|
partial_completion_alert = on
|
||||||
|
@ -392,6 +392,8 @@ ctrl-X = "/input switch_active_buffer"
|
||||||
ctrl-Y = "/input clipboard_paste"
|
ctrl-Y = "/input clipboard_paste"
|
||||||
meta-meta-OP = "/bar scroll buflist * b"
|
meta-meta-OP = "/bar scroll buflist * b"
|
||||||
meta-meta-OQ = "/bar scroll buflist * e"
|
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-1~ = "/window scroll_top"
|
||||||
meta-meta2-23~ = "/bar scroll nicklist * b"
|
meta-meta2-23~ = "/bar scroll nicklist * b"
|
||||||
meta-meta2-24~ = "/bar scroll nicklist * e"
|
meta-meta2-24~ = "/bar scroll nicklist * e"
|
||||||
|
@ -431,6 +433,10 @@ meta-Oa = "/input history_global_previous"
|
||||||
meta-Ob = "/input history_global_next"
|
meta-Ob = "/input history_global_next"
|
||||||
meta-Oc = "/input move_next_word"
|
meta-Oc = "/input move_next_word"
|
||||||
meta-Od = "/input move_previous_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-15~ = "/buffer -1"
|
||||||
meta2-17~ = "/buffer +1"
|
meta2-17~ = "/buffer +1"
|
||||||
meta2-18~ = "/window -1"
|
meta2-18~ = "/window -1"
|
||||||
|
@ -441,10 +447,14 @@ meta2-1;3C = "/buffer +1"
|
||||||
meta2-1;3D = "/buffer -1"
|
meta2-1;3D = "/buffer -1"
|
||||||
meta2-1;3F = "/window scroll_bottom"
|
meta2-1;3F = "/window scroll_bottom"
|
||||||
meta2-1;3H = "/window scroll_top"
|
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;5A = "/input history_global_previous"
|
||||||
meta2-1;5B = "/input history_global_next"
|
meta2-1;5B = "/input history_global_next"
|
||||||
meta2-1;5C = "/input move_next_word"
|
meta2-1;5C = "/input move_next_word"
|
||||||
meta2-1;5D = "/input move_previous_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-1~ = "/input move_beginning_of_line"
|
||||||
meta2-200~ = "/input paste_start"
|
meta2-200~ = "/input paste_start"
|
||||||
meta2-201~ = "/input paste_stop"
|
meta2-201~ = "/input paste_stop"
|
||||||
|
|
Loading…
Reference in New Issue