refactor(weechat): update spell config to reflect changes in 2.5
This commit is contained in:
parent
f3d265be06
commit
4290a3bb3e
5 changed files with 28 additions and 8 deletions
|
@ -12,6 +12,7 @@
|
|||
[command]
|
||||
default_options = ""
|
||||
purge_delay = 0
|
||||
shell = "sh"
|
||||
|
||||
[color]
|
||||
flag_finished = lightred
|
||||
|
|
|
@ -251,7 +251,7 @@ synirc.sasl_password
|
|||
synirc.sasl_key
|
||||
synirc.sasl_timeout
|
||||
synirc.sasl_fail
|
||||
synirc.autoconnect = on
|
||||
synirc.autoconnect = off
|
||||
synirc.autoreconnect
|
||||
synirc.autoreconnect_delay
|
||||
synirc.nicks = "nonick"
|
||||
|
@ -292,7 +292,7 @@ rizon.sasl_password
|
|||
rizon.sasl_key
|
||||
rizon.sasl_timeout
|
||||
rizon.sasl_fail
|
||||
rizon.autoconnect = on
|
||||
rizon.autoconnect = off
|
||||
rizon.autoreconnect
|
||||
rizon.autoreconnect_delay
|
||||
rizon.nicks = "nonick"
|
||||
|
@ -333,7 +333,7 @@ mozilla.sasl_password
|
|||
mozilla.sasl_key
|
||||
mozilla.sasl_timeout
|
||||
mozilla.sasl_fail
|
||||
mozilla.autoconnect = on
|
||||
mozilla.autoconnect = off
|
||||
mozilla.autoreconnect
|
||||
mozilla.autoreconnect_delay
|
||||
mozilla.nicks = "nonick"
|
||||
|
|
|
@ -35,6 +35,8 @@ max_clients = 5
|
|||
password = ""
|
||||
ssl_cert_key = "%h/ssl/relay.pem"
|
||||
ssl_priorities = "NORMAL:-VERS-SSL3.0"
|
||||
totp_secret = ""
|
||||
totp_window = 0
|
||||
websocket_allowed_origins = ""
|
||||
|
||||
[irc]
|
||||
|
@ -45,4 +47,9 @@ backlog_since_last_message = off
|
|||
backlog_tags = "irc_privmsg"
|
||||
backlog_time_format = "[%H:%M] "
|
||||
|
||||
[weechat]
|
||||
commands = ""
|
||||
|
||||
[port]
|
||||
|
||||
[path]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# weechat -- aspell.conf
|
||||
# weechat -- spell.conf
|
||||
#
|
||||
# WARNING: It is NOT recommended to edit this file by hand,
|
||||
# especially if WeeChat is running.
|
||||
|
@ -10,14 +10,14 @@
|
|||
#
|
||||
|
||||
[color]
|
||||
misspelled = 1
|
||||
misspelled = lightred
|
||||
suggestion = default
|
||||
suggestion_delimiter_dict = cyan
|
||||
suggestion_delimiter_word = cyan
|
||||
|
||||
[check]
|
||||
commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
|
||||
default_dict = "en_GB"
|
||||
commands = "away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
|
||||
default_dict = "en"
|
||||
during_search = off
|
||||
enabled = on
|
||||
real_time = off
|
|
@ -35,6 +35,7 @@ buffer_search_force_default = off
|
|||
buffer_search_regex = off
|
||||
buffer_search_where = prefix_message
|
||||
buffer_time_format = "${color:252}%H:${color:245}%M:${color:240}%S"
|
||||
buffer_time_same = ""
|
||||
color_basic_force_bold = off
|
||||
color_inactive_buffer = on
|
||||
color_inactive_message = on
|
||||
|
@ -111,6 +112,7 @@ prefix_join = "◥"
|
|||
prefix_network = "--"
|
||||
prefix_quit = "◣"
|
||||
prefix_same_nick = "↪"
|
||||
prefix_same_nick_middle = ""
|
||||
prefix_suffix = "╡"
|
||||
quote_nick_prefix = "<"
|
||||
quote_nick_suffix = ">"
|
||||
|
@ -334,7 +336,7 @@ status.conditions = ""
|
|||
status.filling_left_right = vertical
|
||||
status.filling_top_bottom = horizontal
|
||||
status.hidden = off
|
||||
status.items = "[buffer_plugin],buffer_name,scroll,completion, [aspell_suggest]"
|
||||
status.items = "[buffer_plugin],buffer_name,scroll,completion, [spell_suggest]"
|
||||
status.position = bottom
|
||||
status.priority = 500
|
||||
status.separator = off
|
||||
|
@ -392,6 +394,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 +435,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 +449,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"
|
||||
|
|
Loading…
Reference in a new issue