nvim - toggleterm: auto change term directory to "pwd"

This commit is contained in:
2025-04-22 11:16:24 -05:00
parent c5c7d851dd
commit d3ebe7aef0

View File

@@ -11,6 +11,7 @@
:terminal_mappings true ;; whether or not the open mapping applies in the opened terminals :terminal_mappings true ;; whether or not the open mapping applies in the opened terminals
:persist_size true :persist_size true
:persist_mode true ;; if set to true (default) the previous terminal mode will be remembered :persist_mode true ;; if set to true (default) the previous terminal mode will be remembered
:autochdir true
}) })