From 8ceabee7cd3084ede507396c751e383cdef886c4 Mon Sep 17 00:00:00 2001 From: Roman Date: Sun, 28 Jun 2026 12:52:35 +0200 Subject: [PATCH] terminally experimenting --- nvim/.config/nvim/lua/romanzy/keymaps.lua | 1 + 1 file changed, 1 insertion(+) 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" })