diff options
Diffstat (limited to 'weechat/plugins.conf')
-rw-r--r-- | weechat/plugins.conf | 2 |
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")" |