X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/fe33224c3f2c58ae3000f78b7d0ebb0d00cbbd3d..079c4cc7f0122c10bc93fa70ea50499b0d87f0d4:/weechat/weechat.conf diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 463fcd2..673155a 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 @@ -637,6 +638,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"