47
Ederbit
6y

Finally able to fully use Intellij without a mouse :)

Comments
  • 2
    How did you manage to git push? i know how to open the push popup but im unable to press the Push button without my mouse since enter gets consumed by the commit message?
  • 5
    @romangraef In the Commit Dialog? I use shift+Tab twice, so the focus changes to the cancel button and then to the push button. Or you could use the Terminal for git commands
  • 4
    @romangraef Pulling is a bit of a pain though. I navigate through the menu with Alt+s, then G for git and use arrow keys to go to pull. But maybe I can set a shortcut for that. Have to try later.
  • 1
    @Ederbit as far as I know you can use ctrl T
  • 2
    CTRL K - commit
    CTRL SHIFT K - push
    CTRL ALT K - pull
Add Comment