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 = "",