remove un-needed mapping

This commit is contained in:
siduck 2022-05-01 22:42:05 +05:30
parent 7123edf0ef
commit 1c4a202d00
1 changed files with 0 additions and 5 deletions

View File

@ -54,11 +54,6 @@ map("n", "<C-s>", "<cmd> :w <CR>") -- ctrl + s to save file
-- get out of terminal mode
map("t", { "jk" }, "<C-\\><C-n>")
-- hide a term from within terminal mode
map("t", { "JK" }, function()
require("nvchad.terminal").hide()
end)
-- Add Packer commands because we are not loading it at startup
local packer_cmd = function(callback)