feat(sidebar): move quit and close key mappings into config values. (#979)

This commit is contained in:
Christopher Brewin
2025-02-02 00:48:11 +10:00
committed by GitHub
parent 692c168e5b
commit 0a273c2f5d
2 changed files with 2 additions and 6 deletions

View File

@@ -197,6 +197,7 @@ M._defaults = {
reverse_switch_windows = "<S-Tab>",
remove_file = "d",
add_file = "@",
close = { "<Esc>", "q" },
},
files = {
add_current = "<leader>ac", -- Add current buffer to selected files