Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse, Git - Keyboard Shortcut, How to use?

Tags:

git

eclipse

What keyboard shortcut is commit bound to here (see image below)? (alternatively, how do I enter a # without using shift?).

I know how to update shortcuts in eclipse, but it is already bound to this default, and I'd prefer to just use that. :)

enter image description here

like image 792
CasualT Avatar asked Mar 12 '12 20:03

CasualT


People also ask

How do I use Git inside Eclipse?

Click on the Window menu bar option, then choose Preferences. Type “git” in the search bar, then choose that path 'Team > Git > Configuration. Click Add Entry. Enter user.name as the Key, and your GitHub username as the Value, then add another entry with user.

How do I use shortcuts in Eclipse?

The Key Assist action which can be invoked by clicking Ctrl + Shift + L shows us all the accelerators or shortcut keys available in Eclipse. The key combination assigned to an action can be changed using the Keys preference page. There are many commands or actions in Eclipse for which there are no shortcut keys.

What does Ctrl k do in Eclipse?

In Eclipse, if the cursor is over a word and you press Ctrl + K you will jump to the next occurrence of that word in the file.

What is Ctrl Shift G in Eclipse?

Ctrl + Shift + G. Search for references in the workspace. Command + T. Ctrl + T. Shows type hierarchy of the current java class.


1 Answers

The keyboard shortcut Ctrl+# only works for me after activating command group in Window > Customize Perspective > Command Groups Availability > Git

like image 189
Janning Avatar answered Oct 12 '22 14:10

Janning