From d3ebe7aef00dfeaf6dc444e7b60a4ed8b901cd2e Mon Sep 17 00:00:00 2001 From: Proctor Date: Tue, 22 Apr 2025 11:16:24 -0500 Subject: [PATCH] nvim - toggleterm: auto change term directory to "pwd" --- nvim/.config/nvim/fnl/dotfiles/plugin/toggleterm.fnl | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/.config/nvim/fnl/dotfiles/plugin/toggleterm.fnl b/nvim/.config/nvim/fnl/dotfiles/plugin/toggleterm.fnl index 0b64b97..380773e 100644 --- a/nvim/.config/nvim/fnl/dotfiles/plugin/toggleterm.fnl +++ b/nvim/.config/nvim/fnl/dotfiles/plugin/toggleterm.fnl @@ -11,6 +11,7 @@ :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 + :autochdir true })