diff --git a/dots/.nvim-environments/primary/config/lua/core/mappings.lua b/dots/.nvim-environments/primary/config/lua/core/mappings.lua index 7f9f5b97..ea7b6e06 100755 --- a/dots/.nvim-environments/primary/config/lua/core/mappings.lua +++ b/dots/.nvim-environments/primary/config/lua/core/mappings.lua @@ -38,7 +38,7 @@ M.setup = function() end, { silent = true, desc = "Toggle Diagnostics" }) -- Toggle showing command bar - vim.keymap.set("n", "cl", function() + vim.keymap.set("n", "sc", function() local current_cmdheight = vim.opt.cmdheight:get() if current_cmdheight > 0 then vim.opt.cmdheight = 0