Skip to content

Instantly share code, notes, and snippets.

@Celend
Created January 18, 2021 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Celend/dc33c871acb5e37155731270b6701d95 to your computer and use it in GitHub Desktop.
Save Celend/dc33c871acb5e37155731270b6701d95 to your computer and use it in GitHub Desktop.
:map M :action FileStructurePopup<CR>
:map dr :action RenameElement<CR>
:map dp :action ToggleLineBreakpoint<CR>
:map dP :action ToggleTemporaryLineBreakpoint<CR>
:map da :action EvaluateExpression<CR>
:map do :action StepOver<CR>
:map dm :action Resume<CR>
:map dh :action QuickJavaDoc<CR>
:map <M-S-J> :action MethodDown<CR>
:map <M-S-K> :action MethodUp<CR>
:imap <C-b> <LEFT>
:imap <C-f> <RIGHT>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment