-
Hello, I have this helix config:
When I press Tried to replace I found this PR #4939 which should have fixed the issue, however something is wrong in my case. Helix logs are not informative. Can you give me a clue, what might be wrong? This is helix log:
These events appears after pressing
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It's highly likely that something is grabbing that keybinding because I use Alt-/ for ':write' and I use kitty on Fedora Linux (and it has never failed). Try Alt-/ for that command |
Beta Was this translation helpful? Give feedback.
What also could be happening is that tmux doesn't support the keyboard enhancement protocol as you can see from the log line
2023-05-31T12:19:00.323 helix_tui::backend::crossterm [DEBUG] The keyboard enhancement protocol is not supported in this terminal
if you try kitty without tmux you should be able to use
Ctrl-/
and also not get that log line