-
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
Not saving #10
Comments
What is the output of |
nothing - I can edit the file, add stuff with nano - shows up fine - add stuff with xo, just doesn't get written. Acting like the keyboard binding not working, but ^x fine in xo, and ^o works as expected in nano... |
Hmmm I really don't understand this. What version of Python are you on? |
This was on a brew'd 3.3.3 - but just reproduced on 3.4 Tried it on a Ubuntu EC2 with no issue, so something on my machine - but not sure what it could be, no good idea on how to debug, and honestly not worried about it other than trying to help you track it down if you are interested. https://dl.dropboxusercontent.com/u/22765108/screencast-bug.mov |
Very strange. I am not sure that I can really expend the time debugging this right now. I'll leave this issue open in case it comes up again. |
This is very strange. It seems like it is not saving at all? I am assuming that you hitting Ctrl+o in the demo here. It should pop up with a "saved!" status message in the lower left when you save, but in the video it never does this. Could this be a problem with mac keybindings? What happens when you rebind the save key to another character? You can do this by adding an entry like the following to {"keybindings": {"save": "ctrl o"}} |
I'm experiencing the same issue. I'm on OSX 10.12.6, python 3.6.3. I tried to rebind, but
|
I tried setting an |
I've tried this a few ways, both with pypi and github version - saving doesn't seem to happen:
The text was updated successfully, but these errors were encountered: