From 3585ae3dfd0eefc1ea15e8ba7670cc490da91a55 Mon Sep 17 00:00:00 2001 From: siduck Date: Sun, 10 Apr 2022 15:42:46 +0530 Subject: [PATCH] use better keybinds for spawning terms --- lua/core/default_config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/core/default_config.lua b/lua/core/default_config.lua index 32e0d5a..7e4b9ed 100644 --- a/lua/core/default_config.lua +++ b/lua/core/default_config.lua @@ -216,8 +216,8 @@ M.mappings = { new_float = "", -- spawn new terminals - spawn_horizontal = "H", - spawn_vertical = "V", + spawn_horizontal = "", + spawn_vertical = "", spawn_window = "w", }, }