Fix goto terminal bug

This commit is contained in:
Alexander Rosenberg 2023-02-14 19:17:19 -08:00
parent aee57b4ae1
commit 478d8a3d05
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -115,7 +115,7 @@
(vim.cmd.terminal)
(= term_count 1)
(vim.cmd.buffer last_id)
(vim.cmd "Telescope buffers default_text=\"term://\"")))
(vim.cmd "Telescope buffers default_text=term://")))
(bind! :n :<leader>t jump-or-open-terminal)
:config
(vim.cmd "PackerLoad plenary.nvim")