Show Menu
Cheatography

IDE vimrc Keyboard Shortcuts by

The _vrapperrc and the eclipse keybinds can be found here: https://github.com/elaurendeau/dotfiles/tree/master/eclipse

Global

normal
2x<­SPA­CE>
ace jump
normal
<SP­ACE­>;
toggle comment
visual
<SP­ACE­>;
toggle comment
normal
<SP­ACE­>!
cmd line
normal
<SP­ACE­>a
action popup
normal
<SP­ACE­>i
show doc
normal
<SP­ACE­>q
quick fix
normal
<SP­ACE­>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+S­hift+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+S­hif­t+Tab
open previous tab
IDE
Ctrl+e
open recent files
 

Debug

normal
<Sp­ace­>db
line breakpoint
normal
<Sp­ace­>dB
temp breakpoint
normal
<Sp­ace­>dm
method breakpoint
normal
<Sp­ace­>ds
skip all breakpoint
normal
<Sp­ace­>dw
watch
visual
<Sp­ace­>dw
watch
normal
<Sp­ace­>di
inspect
visual
<Sp­ace­>di
inspect
normal
<Sp­ace­>dr
run last
normal
<Sp­ace­>dR
debug last
normal
<Sp­ace­>dc
run config­uration
normal
<Sp­ace­>dC
debug config­uration
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
<SP­ACE­>ri
auto import
normal
<SP­ACE­>rr
rename
normal
<SP­ACE­>rg
generate accessors
normal
<SP­ACE­>rc
generate constr­uctor
normal
<SP­ACE­>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
<Sp­ace­>fi
find implem­ent­ation
normal
<Sp­ace­>fsi
find super imp
normal
<Sp­ace­>fd
find declar­ation
normal
<Sp­ace­>fD
find type declar­ation
normal
<Sp­ace­>fg
file grep
visual
<Sp­ace­>ftp
text grep project
visual
<Sp­ace­>ftw
text grep workspace
normal
<Sp­ace­>fu
open type usage
normal
<Sp­ace­>fm
open class structure
normal
<Sp­ace­>ff
find resource
normal
<Sp­ace­>ft
open type hierarchy

Error

normal
<SP­ACE­>ee
next error + fix
normal
<SP­ACE­>en
next error + doc
normal
<SP­ACE­>eE
previous error + fix
normal
<SP­ACE­>eN
previous error + doc
normal
<SP­ACE­>ei
show doc

Git

normal
<Sp­ace­>gb
blame
       
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          VI Editor Cheat Sheet
          Vim NERDTree Cheat Sheet
          IdeaVim - Intellimacs Cheat Sheet