fix typo in mapping

This commit is contained in:
siduck 2022-04-01 12:54:37 +05:30
parent 63d54926a4
commit bf89f0bf5f
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ M.misc = function()
":execute 15 .. 'new +terminal' | let b:term_type = 'hori' | startinsert <CR>"
)
map("n", term_maps.spawn_vertical, ":execute 'vnew +terminal' | let b:term_type = 'vert' | startinsert <CR>")
map("n", term_maps.new_window, ":execute 'terminal' | let b:term_type = 'wind' | startinsert <CR>")
map("n", term_maps.spawn_window, ":execute 'terminal' | let b:term_type = 'wind' | startinsert <CR>")
-- terminal mappings end --