8 lines
258 B
Fennel
8 lines
258 B
Fennel
(import-macros {: setup} :macros)
|
|
|
|
(setup :window-picker {
|
|
:autoselect_one true
|
|
:selection_chars "ABCDEFGHIJKLMNOP"
|
|
:filter_rules {:bo {:filetype [:NvimTree :neo-tree :notify :aerial]
|
|
:buftype [:terminal]}}})
|