-
-
Notifications
You must be signed in to change notification settings - Fork 678
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
Command + K can't kill buffer in OSX #281
Comments
I think its about the @tlightsky |
thanks for amazing fast reply, |
Thank you! Can you also please check what output you get from:
|
|
Cheers! |
Screen.Recording.2021-04-24.at.22.09.18.mov@a-kenji I hope that the video here is clear, but I (with zsh in iTerm2 on macOS) had the same outputs both in "vanilla" zsh and in the zellij instance - in both I had to hit enter after the |
@5c077m4n |
@a-kenji Actually I think that it's a problem with iTerm2, as in Alacritty |
@5c077m4n @tlightsky. |
@tlightsky Is that still and issue on |
@a-kenji |
@tlightsky thanks! |
@tlightsky - I made some input fixes in If this did not fix it for you, I'd like to ask your help debugging this. It would be useful for me to get some log files so that I can reproduce this problem locally and get to the bottom of it. Could you follow the instructions here and attach the relevant files (especially the pane logs, eg. zellij-3.log): https://github.com/zellij-org/zellij/blob/main/.github/ISSUE_TEMPLATE/bug_report.md Thanks! |
Just wanted to say that this still happens, both when using the native terminal and when using iTerm. Is there an action that we could map to clear the buffer like I opened a discussion item around it here: And this issue seems to be related. The expected behavior is moving the last line on the current buffer to the first and clear everything out below it. |
Alright, as I mentioned on the discussion thread, I have been able to implement something that behaves exactly like pane:
- action: [SoftClear, SwitchToMode: Normal,]
key: [Ctrl: 'l'] Screen.Recording.2022-10-01.at.08.16.02.PM.mp4Would love to get some feedback on the PR #1768. |
it will be cleared,
but get back when press enter to start a new line
The text was updated successfully, but these errors were encountered: