Add user option for sidebar window focus mapping (#585)

* add mappings for window navigation in sidebar

* add new mapping option to readme

* rollback formatitng changes in Readme file
This commit is contained in:
Valentin Berlin
2024-09-14 20:42:55 +02:00
committed by GitHub
parent 932535aa99
commit cea3dfb85b
3 changed files with 18 additions and 6 deletions

View File

@@ -148,6 +148,10 @@ You are an excellent programming expert.
hint = "<leader>ah",
suggestion = "<leader>as",
},
sidebar = {
switch_windows = "<Tab>",
reverse_switch_windows = "<S-Tab>",
},
},
windows = {
---@alias AvantePosition "right" | "left" | "top" | "bottom"