From 478d8a3d05b3b466f1ee2cffca0e6066cca57517 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Tue, 14 Feb 2023 19:17:19 -0800 Subject: [PATCH] Fix goto terminal bug --- fnl/plugin.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fnl/plugin.fnl b/fnl/plugin.fnl index 025ba02..300cd6a 100644 --- a/fnl/plugin.fnl +++ b/fnl/plugin.fnl @@ -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 :t jump-or-open-terminal) :config (vim.cmd "PackerLoad plenary.nvim")