-
Notifications
You must be signed in to change notification settings - Fork 36
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
Cursor not displayed when using VIM as editor. #78
Comments
Yeah I've had that issue before. Unfortunately I can't remember what caused it. I believe it's related to how the sncli ui hides the terminal cursor and for some reason it doesn't get reset when launching the editor. I'll let you know if I find anything more. |
@ZaxonXP What colors are you talking about ?
|
@nbenm If I hit |
@ZaxonXP which version of EDIT: |
|
Hmm that's the latest version. Not sure what is going on. :/ |
Is there any other action I can do to help to debug it?
|
I don't have this issue on Mac. |
For the time being is there a way to use GUI editor somehow? Currently if I set up |
@ZaxonXP if you have a .vimrc file, you can try to rename it and try again |
Renamed .vimrc file, but this did not change anything. :( |
Yes, I didn't see that you have the same issue with nano... |
Yes sncli isn't compatible with editors that fork. You can use gvim if you pass the
|
I have just tried on Debian (unstable) with uxterm. It works fine, cursor is visible in edit mode with vim. |
But I do not want to use unstable version. :( |
I'm on a stable Ubuntu, when I hit space for editing, the red highlight disappears to enter in editor mode but the cursor is not appearing because it is not entered in vim edition mode, every key like q for quit or j and k to move up/down are still activated |
@Haikyy What terminal emulator are you using? Also can you post the output of |
@swalladge: In my case |
@ZaxonXP Debian 10 has been released. Maybe you can upgrade and try again. |
@swalladge it's the default gnome terminal on Ubuntu 18.04. echo $TERM-> xterm-256color |
When I open sncli in uxterm I have a nice colors of the notes. However when I start editing the note in my VIM editor, then I do not see the cursor, so it is hard to edit.
If I close sncli and open VIM in the same terminal I can see the cursor. Is this sncli issue or do I need to change something somewhere else?
I tried with nano and xfce4-terminal I had the same issue.
The text was updated successfully, but these errors were encountered: