mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
feat(keymaps)!: toggle keymaps can now be found under UI <leader>u
This commit is contained in:
parent
6674a3accf
commit
ed0628286f
2 changed files with 7 additions and 7 deletions
|
@ -158,7 +158,7 @@ return {
|
|||
["<leader>o"] = { name = "+open" },
|
||||
["<leader>q"] = { name = "+quit/session" },
|
||||
["<leader>s"] = { name = "+search" },
|
||||
["<leader>t"] = { name = "+toggle" },
|
||||
["<leader>u"] = { name = "+UI" },
|
||||
["<leader>x"] = { name = "+diagnostics/quickfix" },
|
||||
["<leader>w"] = { name = "+windows" },
|
||||
["<leader><tab>"] = { name = "+tabs" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue