diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index edb60c2..4c89b2f 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -123,7 +123,7 @@ M.misc = function() ":execute 15 .. 'new +terminal' | let b:term_type = 'hori' | startinsert " ) map("n", term_maps.spawn_vertical, ":execute 'vnew +terminal' | let b:term_type = 'vert' | startinsert ") - map("n", term_maps.new_window, ":execute 'terminal' | let b:term_type = 'wind' | startinsert ") + map("n", term_maps.spawn_window, ":execute 'terminal' | let b:term_type = 'wind' | startinsert ") -- terminal mappings end --