Cheatography
https://cheatography.com
The _vrapperrc and the eclipse keybinds can be found here: https://github.com/elaurendeau/dotfiles/tree/master/eclipse
Global
normal |
2x<SPACE> |
ace jump |
normal |
<SPACE>; |
toggle comment |
visual |
<SPACE>; |
toggle comment |
normal |
<SPACE>! |
cmd line |
normal |
<SPACE>a |
action popup |
normal |
<SPACE>i |
show doc |
normal |
<SPACE>q |
quick fix |
normal |
<SPACE>b |
add bookmark |
IDE |
Ctrl+Space |
auto complete |
IDE |
Alt + = |
new |
Window management
IDE |
Hyper+1 |
focus file tree |
IDE |
Hyper+2 |
focus run |
IDE |
Hyper+3 |
focus debug |
IDE |
Hyper+4 |
focus messages |
IDE |
Hyper+5 |
focus TODOs |
IDE |
Ctrl+w |
close tab |
IDE |
Ctrl+Shift+w |
close all tabs |
IDE |
Shift+Esc |
close focused pannel |
IDE |
Ctrl+= |
expand all |
IDE |
Ctrl+m |
maximize pannel |
IDE |
Ctrl+Tab |
open next tab |
IDE |
Ctrl+Shift+Tab |
open previous tab |
IDE |
Ctrl+e |
open recent files |
|
|
Debug
normal |
<Space>db |
line breakpoint |
normal |
<Space>dB |
temp breakpoint |
normal |
<Space>dm |
method breakpoint |
normal |
<Space>ds |
skip all breakpoint |
normal |
<Space>dw |
watch |
visual |
<Space>dw |
watch |
normal |
<Space>di |
inspect |
visual |
<Space>di |
inspect |
normal |
<Space>dr |
run last |
normal |
<Space>dR |
debug last |
normal |
<Space>dc |
run configuration |
normal |
<Space>dC |
debug configuration |
IDE |
Ctrl-r |
resume |
IDE |
Ctrl-t |
stop |
IDE |
Ctrl-l |
step into |
IDE |
Ctrl-h |
step out |
IDE |
Ctrl-j |
step over |
Refactor
normal |
<SPACE>ri |
auto import |
normal |
<SPACE>rr |
rename |
normal |
<SPACE>rg |
generate accessors |
normal |
<SPACE>rc |
generate constructor |
normal |
<SPACE>rf |
reformat |
IDE |
Alt+j |
move line down |
IDE |
Alt+k |
move line up |
IDE |
Alt+m |
move java |
IDE tree |
Alt+r |
rename file |
|
|
Find
normal |
<Space>fi |
find implementation |
normal |
<Space>fsi |
find super imp |
normal |
<Space>fd |
find declaration |
normal |
<Space>fD |
find type declaration |
normal |
<Space>fg |
file grep |
visual |
<Space>ftp |
text grep project |
visual |
<Space>ftw |
text grep workspace |
normal |
<Space>fu |
open type usage |
normal |
<Space>fm |
open class structure |
normal |
<Space>ff |
find resource |
normal |
<Space>ft |
open type hierarchy |
Error
normal |
<SPACE>ee |
next error + fix |
normal |
<SPACE>en |
next error + doc |
normal |
<SPACE>eE |
previous error + fix |
normal |
<SPACE>eN |
previous error + doc |
normal |
<SPACE>ei |
show doc |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets