Replies: 1 comment
-
Don't forget to create a keymap for the vim.keymap.set({ "n", "t" }, "<C-/>", function()
Snacks.terminal.toggle(nil, { shell = "fish", cwd = nil })
end) keys = {
{ "<C-/>", mode = { "n", "t" }, function() Utils.terminal() end, desc = "Toggle Terminal" },
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have been using
akinsho/toggleterm.nvim
for a while and have had no issues.I tried using
Snacks.terminal.toggle
, but the toggle isn’t working. When I pressC-/
, the terminal pops up, but pressingC-/
again doesn’t close it.Am I missing something?
Possibly related:
Beta Was this translation helpful? Give feedback.
All reactions