diff --git a/lua/remaps.lua b/lua/remaps.lua index cd8232c..ea71694 100644 --- a/lua/remaps.lua +++ b/lua/remaps.lua @@ -15,3 +15,6 @@ vim.keymap.set("n", "", "bnext") -- exit from terminal easily vim.keymap.set("t", "", "") vim.keymap.set("t", "", "") -- Verbatim escape (send an esc to underlying program) + +-- fast open a new terminal +vim.keymap.set("n", "", "vsterm")