Last active
July 1, 2016 14:53
-
-
Save tsur/3266b5a168afa43433fe88a59d080a85 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meanings: | |
<C- Control | |
<S- Shift | |
<A- Alt | |
<T - Tab | |
<FN - Fn | |
### Finding | |
<C-N> # Open file by classname | |
<C-S-N> # Open file by filename | |
<S-S> # Open file by everything | |
### Navigation | |
<F11> # Set bookmark point | |
<S-F11> # Navigate across bookmarks | |
<A-S-LEFT> # going back file position | |
<A-S-RIGHT> # going forward file position | |
<C-T> # file switcher | |
<C-Click> # go to definition | |
<C-A-s> # open preferences | |
<C-e> # open recet files | |
<C-S-e> # open recet changes files | |
<A-LEFT> # open file in next left tab | |
<A-RIGHT> # open file in next right tab | |
<C-S-m> # move to next brace as ({[ ... | |
<C-g> # go to line | |
<C-S-a> # enter action name | |
<C-`> # enter quick view mode (for presentations ...) | |
<A-1> # toggle project files panel | |
<A-2> # toggle favorites panel | |
<A-6> # toggle project todos panel | |
<A-F12> # toggle terminal panel | |
<C-b> # Over a function to go to declaration | |
### Selection | |
<C-A-S-j> # Select all ocurrences | |
<A-S-j> # Unselect prev occurence | |
<A-j> # Select next occurence | |
### Actions | |
<C-S-v> # Paste clipboard | |
<FN-S-F6> # Rename | |
<C-y> # Delete line | |
<C-a> # Select all file content | |
<C-d> # Copy line | |
<C-j> # Insert live Template | |
<A-click> # Create new cursor on clicked position | |
<C-=> # Expand | |
<C--> # Collapse | |
<C-A-l> # Reformat selected text | |
<A-DOWN> # Move to next method declaration in file | |
<A-UP> # Move to prev method declaration in file | |
<C-d> # Compare current file with | |
<C-S-c> # Copy path | |
on osx, use <FN-LEFT> and <FN-RIGHT> to move caret to start and end line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment