-
Notifications
You must be signed in to change notification settings - Fork 16
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
Key to show buffers and switch buffer freezes #1
Comments
Okay what I mentioned earlier is implemented now. I think it's more useful now. |
Thank you for the explanation, but unfortunately it still doesn't work. Just keep in mind I'm a vim user and I don't know very well the differences between vi and vim. I just discovered I can get a list of all buffers by pressing ":b". I have tested the keybinds "^a" and "^k" (recently implemented) and it works. What I expect when I press "^s": a list of buffers is displayed. I don't see a list of buffers. But I can do nothing more, I have to kill the process. Before testing it, I opened two buffers and I can switch betweend them with ":b 0" or ":b 1". I have a minimal installation, perhaps I miss a library on my system. I use the KISS linux distribution, which is based on I can produce a debug log if necessary, but I don't know the step to get one. So I need some explanation to get one. |
Oh, right. The fact that it locks up is actually correct behavior. It's not neatvi who is locking up, but rather your terminal which intercepts the ^s key. Now I personally have the ^s in shell (bash) disabled, see in my bashrc here. I think it also works in zsh, just add that to your zshrc and test it out. Let me know if that helps, thanks. |
I didn't knew about it. I had to add the same to my Thank you for your help! |
I opened two buffers in neatvi and I tested the command you implemented to switch buffers: ^s.
As soon as I press "^s" vi freezes and I can do nothing. I have tested "^a" which works.
Just tell me if you need more information.
The text was updated successfully, but these errors were encountered: