From bf89f0bf5f93759d0750ad2321929e64b54b69bc Mon Sep 17 00:00:00 2001 From: siduck Date: Fri, 1 Apr 2022 12:54:37 +0530 Subject: [PATCH] fix typo in mapping --- lua/core/mappings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --