dotfiles/.config/micro/bindings.json

6 lines
179 B
JSON

{
"Ctrl-p": "command:fzfinder",
// Ctrl-Shift is "not supported by termnals" according to the docs
"Alt-p": "command:palettero",
"Ctrl-o": "lua:filemanager.toggle_tree"
}