You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did some digging, and when you type in cmd-v in keybinding view, one can see that there are multiple entries. For example, tree-view has it's own implementation of cmd-v. Which is understandable.
So it seems that ungit would have to be implemented ins a similar fashion, especially considering ungit is designed after https://atom.io/packages/atom-html-preview and it is suffering same problem.
Which is supper annoying for an webview like this one and I'm sure it would require different key bindings to support windows.
In short, I think this will be a tricky one despite it being rudimentary and basic functionality.
Atom seems to be capturing the Paste command. This kind of ruins
the experience of committing with Ungit.
The text was updated successfully, but these errors were encountered: