Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.48 KB

README.org

File metadata and controls

32 lines (27 loc) · 1.48 KB

Dotfiles

Manually configured settings

Eclipse

Emacs+ key bindings

CommandBindingWhen
Word CompletionM-/Editing Text
Content AssistC-.In Dialogs and Windows
Quick FixC-1In Dialogs and Windows
Open Declaration<f12>In Windows
Open ImplementationS-<f12>Editing Text
Open DeclarationC-c .In Windows
Open ImplementationC-c i .Editing Text
Backward HistoryC-c , In Windows
Backward Historys-[In Windows
Forward Historys-]In Windows
Quick HierarchyC-[Editing Java* Source
Quick OutlineC-]Editing Java* Source
Open Declaration<esc> .Editing Java* Source

Note: I had to cheat: org-mode wouldn’t format entries containing a “,” correctly because it’s not allowed next to a markup character, so I had to add a NO-BREAK-SPACE (U+00A0) after it. Another possible solution is http://stackoverflow.com/a/30911987.