From 8e2d600e288c04fdd9f80d5d3d326ae51225d4e1 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Fri, 16 Feb 2024 20:00:54 -0500 Subject: [PATCH] fixed neovim terminal height --- .../modules/neovim/config/lazyvim/lua/config/autocmds.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/gui/desktopEnvironments/modules/neovim/config/lazyvim/lua/config/autocmds.lua b/src/modules/gui/desktopEnvironments/modules/neovim/config/lazyvim/lua/config/autocmds.lua index 481a19f..2256f81 100644 --- a/src/modules/gui/desktopEnvironments/modules/neovim/config/lazyvim/lua/config/autocmds.lua +++ b/src/modules/gui/desktopEnvironments/modules/neovim/config/lazyvim/lua/config/autocmds.lua @@ -9,8 +9,8 @@ vim.cmd([[ require("which-key").register({ t = { - ":new | setlocal nonumber norelativenumber | resize 10 | terminal", - "Open terminal in new window", + ":new | setlocal nonumber norelativenumber | resize 10 | set winfixheight | terminal | startinsert", + "Open Terminal", }, }, { prefix = "",