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

@@ -231,6 +231,10 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
normal = "<CR>",
insert = "<C-s>",
},
sidebar = {
switch_windows = "<Tab>",
reverse_switch_windows = "<S-Tab>",
},
},
hints = { enabled = true },
windows = {