From d38adc401da48976112fe9aa6fe0e64d81d71476 Mon Sep 17 00:00:00 2001 From: Kwat Medetgul-Ernar <7741548+KwatMDPhD@users.noreply.github.com> Date: Mon, 18 May 2026 14:54:56 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54733f3d..b6d272e5 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ require("toggleterm").setup{ on_exit = fun(t: Terminal, job: number, exit_code: number, name: string) -- function to run when terminal process exits hide_numbers = true, -- hide the number column in toggleterm buffers shade_filetypes = {}, - autochdir = false, -- when neovim changes it current directory the terminal will change it's own when next it's opened + autochdir = false, -- when neovim changes its current directory the terminal will change it's own when next it's opened highlights = { -- highlights which map to a highlight group name and a table of it's values -- NOTE: this is only a subset of values, any group placed here will be set for the terminal window split @@ -193,7 +193,7 @@ require("toggleterm").setup{ terminal_mappings = true, -- whether or not the open mapping applies in the opened terminals persist_size = true, persist_mode = true, -- if set to true (default) the previous terminal mode will be remembered - direction = 'vertical' | 'horizontal' | 'tab' | 'float', + direction = 'tab' (default) | 'vertical' | 'horizontal' | 'float', close_on_exit = true, -- close the terminal window when the process exits clear_env = false, -- use only environmental variables from `env`, passed to jobstart() -- Change the default shell. Can be a string or a function returning a string