aboutsummaryrefslogtreecommitdiff
path: root/.config/weechat/autosort.conf
blob: 3300ef20081d3d2875d777b879287177efaabd38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# weechat -- autosort.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use commands like /set or /fset to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/weechat/quickstart/
#

[sorting]
case_sensitive = off
debug_log = off
replacements = ""
rules = ""
signal_delay = 5
signals = "buffer_opened buffer_merged buffer_unmerged buffer_renamed"
sort_limit = 100
sort_on_config_change = on

[v3]
helpers = "{"core_first": "${if:${buffer.full_name}!=core.weechat}", "irc_raw_first": "${if:${buffer.full_name}!=irc.irc_raw}", "irc_raw_last": "${if:${buffer.full_name}==irc.irc_raw}", "hashless_name": "${info:autosort_replace,#,,${info:autosort_escape,${buffer.name}}}", "script_or_plugin": "${if:${script_name}?${script_name}:${plugin}}"}"
rules = "["${core_first}", "${info:autosort_order,${info:autosort_escape,${script_or_plugin}},core,*,irc,bitlbee,matrix,slack}", "${script_or_plugin}", "${irc_raw_first}", "${server}", "${info:autosort_order,${type},server,*,channel,private}", "${hashless_name}", "${buffer.full_name}"]"
1 2023-01-10Add null-ls to neovimLuca Matei Pintilie5-5/+29 2022-12-31Improve git configLuca Matei Pintilie2-3/+46 2022-11-26Add bash completionLuca Matei Pintilie3-0/+1596 2022-11-13Upgrade to neovim 0.8Luca Matei Pintilie2-7/+54 2022-11-12Fix tmux colours and add gitsigns to neovimLuca Matei Pintilie4-9/+88 2022-11-08Foot use tmux by defaultLuca Matei Pintilie1-1/+1 2022-11-08Neovim omnisharp plugin and tmux color fix on foot and inputrc emacsLuca Matei Pintilie5-7/+13 2022-10-25Update neovim, inputrc and bootstrap.shLuca Matei Pintilie4-9/+18 2022-10-24Remove weather from tmux configLuca Matei Pintilie1-1/+1