mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-08 03:44:45 +02:00
fix(keymaps): add missing wk entries for buffer switching; lowercase UI in menu (#45)
Co-authored-by: Andreas Gerlach <andreas.gerlach@xarvio.com>
This commit is contained in:
parent
ed87ba777f
commit
46dba8f67e
3 changed files with 5 additions and 1 deletions
|
@ -157,7 +157,7 @@ return {
|
|||
["<leader>q"] = { name = "+quit/session" },
|
||||
["<leader>s"] = { name = "+search" },
|
||||
["<leader>sn"] = { name = "+noice" },
|
||||
["<leader>u"] = { name = "+UI" },
|
||||
["<leader>u"] = { name = "+ui" },
|
||||
["<leader>w"] = { name = "+windows" },
|
||||
["<leader>x"] = { name = "+diagnostics/quickfix" },
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue