-
Notifications
You must be signed in to change notification settings - Fork 109
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
Potential keymapping bug or incompatibility with proton-mode #860
Comments
Don't need to answer, I read related proton issue, the above understanding is correct. |
diff from v0.98.0-v0.99.0 For keymap, it adds I'm now trying to reproduce by installing proton(first time), it take so long to install, now waiting to finish. |
Thankyou very much for looking into it. Side note: Proton and vmp are a great combo; I love both projects :) |
Btw, proton seem to REPLACE all pkgs i've installed, I want recover it. |
@t9md Proton handles package management from the Inside that file (the file type is like clojure what JSON is to javascript) you can enable and disable 'layers' (bundles of packages defined by proton). And also enable and disable individual packages. For example to add a package that its not part of a proton layer you can add something like: ...
;; Packages that are not part of a layer. List them here as keyword
;; All packages will be ensured to be installed. Stuff that is not listed here
;; Will get uninstalled so choose wisely!
:additional-packages
[
:cursor-history
]
... Then when you restart or reload atom it will automatically add that package for you. |
Feel free to ping me on the atom slack if you need more help. |
What i want to do is just RECOVER(uninstall proton/ restore previous pkg state), since my investigation for proton is DONE. |
I didn't know proton replace all locally installed pkgs. I wanted to know before installing proton so that I can preserve pkg directory for easy restore. |
Oh, I'm sorry I don't know of a way to restore packages that you had enabled before. I don't know that they're backed up anywhere. I think manual. This won't help you now; but when I'm testing fresh installs etc in atom I use a different configuration by doing launching atom like this: ATOM_HOME=~/.atom_testing atom . So that my old atom configuration isn't modified. Proton also changes settings as well. I'm really sorry that this caused an inconvenience for you :( |
FYI: dvcrn/proton#288 :/ |
Close since as my understanding, vmp do nothing special in it's default keymap. |
Please see this issue: dvcrn/proton#286 (comment)
It seems that since a recent version of vim-mode-plus (
0.99.0
) something has changed with key mapping? (In particular theg
key?)I've reproduced this in quite a minimal install of both proton-mode and vmp.
I can't reproduce it with just vmp however; so I guess it's some interaction between the keymapping in vmp and in proton, probably the way in which they both do 'modal' key mapping?
Atom : 1.19.5
Electron: 1.6.9
Chrome : 56.0.2924.87
Node : 7.4.0
I will update both issues if I find anything more interesting.
The text was updated successfully, but these errors were encountered: