diff --git a/nvim/.config/nvim/lua/romanzy/keymaps.lua b/nvim/.config/nvim/lua/romanzy/keymaps.lua index 5b017bc..0c22b8f 100644 --- a/nvim/.config/nvim/lua/romanzy/keymaps.lua +++ b/nvim/.config/nvim/lua/romanzy/keymaps.lua @@ -41,6 +41,7 @@ map("n", "bp", "bprevious", { desc = "prev buffer" }) map("n", "bn", "bnext", { desc = "next buffer" }) map("n", "bd", "bdelete", { desc = "delete buffer" }) +map("t", "", "", { desc = "exit terminal" }) map("t", "\\", "", { desc = "exit terminal" }) map("n", "", "h", { desc = "window left" })