-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Splitting terminal breaks navigation #8493
Comments
This is actually the command's stdout output (try To elaborate, |
Oh wow you're right. The "weird line number" was actually the output of the command (a window ID). The solution for my particular case is to use I'm going to open a new issue, but what's the right place for a feature request? There's an issue template for a feature request, but it seems that feature requests tend to be moved to discussions. A clearer policy would be helpful. |
Feature requests in this repo are fine, though it's best to search before (silent |
Alright, thanks for the info, closing this issue for now. |
Summary
In a kitty terminal, if you try to open a new window split, buffer navigation will no longer work. You can also see the line numbers being a little bugged out. For some reason, pressing
<Esc>
will make everything work again.Reproduction Steps
I tried this:
hx <file>
:sh kitty @ launch
(alternatively,:sh kitty @ launch --location hsplit
)<C-d>
, etc.)I expected this to happen: Everything works fine
Instead, this happened: Buffer navigation stops working
Helix log
My log file is empty.
Platform
Linux
Terminal Emulator
kitty 0.30.0
Helix Version
23.05-466-gbdf7937a
The text was updated successfully, but these errors were encountered: