You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
esc should not cause issues because of the way that's implemented.
You can disable the nav keys (that's a LazyVim thing), with opts.terminal.win.nav_h = false etc for the snacks.nvim plugin,
Did you check the docs?
Is your feature request related to a problem? Please describe.
With ctrl_hjlk enabled in snacks_termnial, I cannot use them in bash.
Describe the solution you'd like
add a switch like before:
esc_esc = false, ctrl_hjkl = false, border = "rounded",
Describe alternatives you've considered
disable snacks_terminal
Additional context
No response
The text was updated successfully, but these errors were encountered: