From d54ced97ae66c1c5f00fd2467cfc91fd0c89193a Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 16 Nov 2023 15:12:23 +0100 Subject: [PATCH] change term to vertical in nvim --- hosts/nb-01.cloonar.com/modules/nvim/config/terminal.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nb-01.cloonar.com/modules/nvim/config/terminal.lua b/hosts/nb-01.cloonar.com/modules/nvim/config/terminal.lua index 0708a1d..064fd3b 100644 --- a/hosts/nb-01.cloonar.com/modules/nvim/config/terminal.lua +++ b/hosts/nb-01.cloonar.com/modules/nvim/config/terminal.lua @@ -12,7 +12,7 @@ local config = { insert_mappings = true, -- whether or not the open mapping applies in insert mode persist_size = false, -- direction = 'vertical' | 'horizontal' | 'window' | 'float', - direction = "float", + direction = "vertical", close_on_exit = true, -- close the terminal window when the process exits shell = vim.o.shell, -- change the default shell -- This field is only relevant if direction is set to 'float'