Skip to content

Instantly share code, notes, and snippets.

@trukhinyuri
Forked from jfountain/gist:1640535
Created February 11, 2014 22:04
Show Gist options
  • Save trukhinyuri/8945181 to your computer and use it in GitHub Desktop.
Save trukhinyuri/8945181 to your computer and use it in GitHub Desktop.
super+shift+n new window
super+shift+w close window
super+o prompt open file
super+shift+t reopen last file
super+alt+up switch file
super+n new file
super+s save
super+shift+s prompt save as
super+alt+s save all
super+w close
super+k,super+b toggle side bar
super+ctrl+f toggle full screen
super+ctrl+shift+f toggle distraction free
super+z undo
super+shift+z redo
super+y redo or repeat
super+u soft undo
super+shift+u soft redo
super+x cut
super+c copy
super+v paste
super+shift+v paste and indent
ctrl+left move
ctrl+alt+up scroll lines
ctrl+shift+up select lines
super+shift+[ prev view
super+shift+] next view
super+alt+left prev view
super+alt+right next view
ctrl+tab next view in stack
ctrl+shift+tab prev view in stack
super+a select all
super+shift+l split selection into lines
escape single selection
escape clear fields
escape hide panel
escape hide overlay
escape hide auto complete
super+] indent
super+[ unindent
tab insert best completion
tab replace completion with next completion
tab reindent
tab indent
tab next field
tab commit completion
shift+tab insert
shift+tab unindent
shift+tab prev field
super+l expand selection
super+d find under expand
super+shift+space expand selection
ctrl+m move to
super+shift+j expand selection
super+alt+. close tag
ctrl+q toggle record macro
ctrl+shift+q run macro
super+enter run macro file
enter commit completion
super+t show overlay
super+ctrl+p prompt select project
super+r show overlay
super+i show panel
super+alt+e replace next
super+g find next
super+shift+g find prev
super+e slurp find string
super+shift+e slurp replace string
alt+super+g find under
shift+alt+super+g find under prev
ctrl+super+g find all under
super+shift+f show panel
f4 next result
shift+f4 prev result
f6 toggle setting
ctrl+f6 next misspelling
ctrl+shift+f6 prev misspelling
ctrl+super+up swap line up
ctrl+super+down swap line down
ctrl+backspace delete word
super+forward_slash toggle comment
super+j join lines
super+shift+d duplicate line
ctrl+backquote show panel
ctrl+space auto complete
ctrl+space replace completion with auto complete
super+alt+p show scope name
f7 build
ctrl+t transpose
f5 sort lines
" insert snippet
" move
backspace run macro file
insert snippet
move
backspace run macro file
( insert snippet
) move
backspace run macro file
[ insert snippet
] move
backspace run macro file
{ insert snippet
} move
backspace run macro file
enter insert snippet
super+alt+1 set layout
ctrl+1 focus group
ctrl+shift+1 move to group
ctrl+0 focus side bar
super+1 select by index
f2 next bookmark
shift+f2 prev bookmark
super+f2 toggle bookmark
super+shift+f2 clear bookmarks
alt+f2 select all bookmarks
super+k,super+u upper case
super+k,super+l lower case
super+k,super+space set mark
super+k,super+a select to mark
super+k,super+w delete to mark
super+k,super+x swap with mark
super+k,super+g clear bookmarks
super+plus increase font size
super+minus decrease font size
ctrl+shift+w insert snippet
ctrl+shift+k run macro file
super+alt+q wrap lines
super+alt+[ fold
super+alt+] unfold
super+k,super+1 fold by level
super+k,super+0 unfold all
super+k,super+t fold tag attributes
super+alt+o toggle overwrite
alt+f2 context menu
super+alt+c toggle case sensitive
super+alt+r toggle regex
super+alt+w toggle whole word
super+alt+a toggle preserve case
enter find next
shift+enter find prev
alt+enter find all
enter find next
shift+enter find prev
alt+enter find all
ctrl+alt+enter replace all
enter hide panel
shift+enter find prev
alt+enter find all
super+, open file
super+k,super+y yank
super+k,super+k run macro file
super+k,super+c show at center
ctrl+y yank
super+backspace run macro file
ctrl+l show at center
ctrl+o insert snippet
ctrl+super+d noop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment