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:
Andreas Gerlach 2023-01-11 19:58:58 +01:00 committed by GitHub
parent ed87ba777f
commit 46dba8f67e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View file

@ -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" },
})