jung-kim / atom-ungit

Atom plugin for Ungit project
MIT License
75 stars 12 forks source link

Cannot paste into commit message #25

Open tfnico opened 9 years ago

tfnico commented 9 years ago

Atom seems to be capturing the Paste command. This kind of ruins the experience of committing with Ungit.

jung-kim commented 9 years ago

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.

seleckis commented 9 years ago

+1 And cannot paste into "Enter path to repository" field.

ghost commented 8 years ago

Works for me Atom 1.1.0, atom-ungit 0.5.2