Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: add esc_esc & ctrl_hjlk like before #262

Closed
1 task done
konosubakonoakua opened this issue Dec 12, 2024 · 1 comment
Closed
1 task done

feature: add esc_esc & ctrl_hjlk like before #262

konosubakonoakua opened this issue Dec 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@konosubakonoakua
Copy link

Did you check the docs?

  • I have read all the snacks.nvim 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

@konosubakonoakua konosubakonoakua added the enhancement New feature or request label Dec 12, 2024
@folke
Copy link
Owner

folke commented Dec 12, 2024

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,

@folke folke closed this as not planned Won't fix, can't repro, duplicate, stale Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants