aboutsummaryrefslogtreecommitdiffstats
path: root/weechat/plugins.conf
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-03-06 23:21:20 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2017-06-01 18:38:10 +0200
commit327e1054ca2086f51d20b374fd0d5bd907955d36 (patch)
treefdf53d9273e148ec152119c0771575bba0a2d228 /weechat/plugins.conf
parent5f1a398f02d8cc4877613667f0de6214cad35714 (diff)
downloaddotfiles-327e1054ca2086f51d20b374fd0d5bd907955d36.tar.xz
weechat: Update defaults and scripts
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'weechat/plugins.conf')
-rw-r--r--weechat/plugins.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/weechat/plugins.conf b/weechat/plugins.conf
index 862e6e6..93dc5ba 100644
--- a/weechat/plugins.conf
+++ b/weechat/plugins.conf
@@ -224,6 +224,7 @@ python.go.color_name_highlight_selected = "red,brown"
python.go.color_name_selected = "black,brown"
python.go.color_number = "yellow,magenta"
python.go.color_number_selected = "yellow,red"
+python.go.fuzzy_search = "on"
python.go.message = "Go to: "
python.go.short_name = "on"
python.go.sort = "number,beginning"
@@ -380,6 +381,7 @@ python.go.color_name_highlight_selected = "color for highlight in a selected buf
python.go.color_name_selected = "color for a selected buffer name (default: "black,brown")"
python.go.color_number = "color for buffer number (not selected) (default: "yellow,magenta")"
python.go.color_number_selected = "color for selected buffer number (default: "yellow,red")"
+python.go.fuzzy_search = "search buffer matches using approximation (default: "off")"
python.go.message = "message to display before list of buffers (default: "Go to: ")"
python.go.short_name = "display and search in short names instead of buffer name (default: "off")"
python.go.sort = "comma-separated list of keys to sort buffers (the order is important, sorts are performed in the given order): name = sort by name (or short name), (default: "number,beginning")"