We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Emacs style bindings in insert mode does not work in WSL2, for example, Ctrl-b causes "b" to be typed. Others are the same.
I tried this:
Ubutu WSL2(WindowsTerminal.exe):
hx test
i
2022-10-13T22:00:30.712 helix_view::editor [ERROR] Failed to initialize the LSP for `source.toml` { cannot find binary path } 2022-10-13T22:01:11.639 helix_view::editor [ERROR] Failed to initialize the LSP for `source.toml` { cannot find binary path } 2022-10-13T22:04:31.647 helix_view::editor [ERROR] Failed to initialize the LSP for `source.toml` { cannot find binary path }
WSL2
WindowsTerminal 1.15.2713.0
helix 22.08.1 (5077ce7)
The text was updated successfully, but these errors were encountered:
Most readline-like bindings have been removed on master:
You can add bindings to your config to restore the ones you use:
[keys.insert] C-b = "move_char_left"
Sorry, something went wrong.
Thank you!
No branches or pull requests
Summary
Emacs style bindings in insert mode does not work in WSL2, for example, Ctrl-b causes "b" to be typed. Others are the same.
Reproduction Steps
I tried this:
Ubutu WSL2(WindowsTerminal.exe):
hx test
i
into insert mode & press Ctrl-b, b to be typedHelix log
~/.cache/helix/helix.log
Platform
WSL2
Terminal Emulator
WindowsTerminal 1.15.2713.0
Helix Version
helix 22.08.1 (5077ce7)
The text was updated successfully, but these errors were encountered: