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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user