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
Helix seems to no longer handle keyboard events when editing markdown files after some time in alacritty and tmux.
Reproduction Steps
I tried this:
hx foo.md
Editing for a while.
Select multiple lines with multi-cursors by pressing C a few times.
Instead, this happened:
The hx / the tmux window does no longer accept keyboard input and they tmux window must be closed forcefully.
Helix log
~/.cache/helix/helix.log
2023-11-06T14:23:26.446 helix_view::clipboard [DEBUG] Using tmux to interact with the system clipboard
2023-11-06T14:23:26.476 helix_vcs [INFO] file is untracked
2023-11-06T14:23:26.476 helix_vcs [INFO] failed to open diff base for /Users/andreas/github/aead.dev/content/news/sortstrings.md
2023-11-06T14:23:26.477 helix_view::editor [ERROR] Failed to initialize the language servers for `source.md` - `marksman` { cannot find binary path }
2023-11-06T14:23:26.477 helix_view::editor [DEBUG] editor status: Loaded 1 file.
2023-11-06T14:23:26.478 helix_tui::backend::crossterm [DEBUG] The keyboard enhancement protocol is not supported in this terminal (checked in 136.709µs)
2023-11-06T14:23:26.698 helix_term::application [DEBUG] received editor event: IdleTimer
2023-11-06T14:23:28.839 helix_term::application [DEBUG] received editor event: IdleTimer
2023-11-06T14:23:29.425 helix_term::application [DEBUG] received editor event: IdleTimer
2023-11-06T14:23:30.256 helix_term::application [DEBUG] received editor event: IdleTimer
Summary
Helix seems to no longer handle keyboard events when editing markdown files after some time in alacritty and tmux.
Reproduction Steps
I tried this:
hx foo.md
C
a few times.Instead, this happened:
The hx / the tmux window does no longer accept keyboard input and they tmux window must be closed forcefully.
Helix log
~/.cache/helix/helix.log
Platform
macOS
Terminal Emulator
alacritty 0.12.3 (5efb069)
Installation Method
brew
Helix Version
helix 23.10 (f6021dd)
The text was updated successfully, but these errors were encountered: