Misc
————————————————-
ctrl+g display snippets
alt+e display online help about the select command (in English)
alt+f display online help about the select command (in French)
ctrl+shift+t reopen last closed file
ctrl+ /Â comment/un-comment current line
alt+d open file under caret
alt+b Toggle high visibility of current scope
Editing
————————————————-
ctrl+CÂ copy current line (if no selection)
ctrl+XÂ cut current line (if no selection)
ctrl+shift+KÂ delete line
ctrl+↩ insert line after
ctrl+shift+↩ insert line before
ctrl+shift+↑ move line (or selection) up
ctrl+LÂ select line (repeat to select next lines)
ctrl+DÂ select word (repeat select others occurrences in context for multiple editing)
ctrl+MÂ jump to closing bracket for current code, repeat to jump to opening bracket
ctrl+shift+MÂ select all contents of the current brackets (curly brackets, square brackets, parentheses)
ctrl+KKÂ delete from cursor to end of line
ctrl+K+⌫ delete from cursor to start of line
ctrl+]Â indent current line(s)
ctrl+[Â un-indent current line(s)
ctrl+shift+DÂ duplicate line(s)
ctrl+JÂ join line below to the end of the current line
ctrl+shift+/Â block comment current selection
ctrl+YÂ redo, or repeat last keyboard shortcut command
ctrl+shift+VÂ paste and indent correctly
ctrl+Space select next auto-complete suggestion
ctrl+UÂ soft undo (somehow undoes your movements; it jumps to your last change before undoing it when you repeat this command)
Edition/Line
————————————————-
ctrl+]Â Indent
crtl+[Â Unindent
ctrl+shift+up Swap line up
ctrl+shift+down Swap line down
ctrl+shift+d Duplication line
ctrl+shift+k Delete line
ctrl+j Join lines
Edition/Line
————————————————-
ctrl+/Â Toggle comment
ctrl+shift+/Â Toggle block comment
Edition/Tags
————————————————-
alt+. Close tag
ctrl+shift+a Expand selection to tag
alt+shift+w Wrap selection with tag
Edition/Tags
————————————————-
ctrl+k, ctrl+space Set mark
ctrl+k, ctrl+a select to mark
ctrl+k, ctrl+w delete to mark
ctrl+k, ctrl+x swap with mark
ctrl+k, ctrl+g clear mark
Edition/Tags
————————————————-
ctrl+shift+[Â Fold
ctrl+shift+]Â Unfold
ctrl+k, ctrl+1Â Fold all
ctrl+k, ctrl+2Â Fold level 2
ctrl+k, ctrl+3Â Fold level 3
ctrl+k, ctrl+n Fold level n
…
ctrl+k, ctrl+9Â Fold level 9
ctrl+k, ctrl+t Fold tag attributes
Navigation/Goto Anywhere
————————————————-
ctrl+P quick-open files by name in your project (doesn’t seem to need an actual project set up, it just searches in the directories around the currently-opened file
ctrl+RÂ goto symbol (functions and classes) in the file. Same as ctrl+P, then type @
ctrl+;Â goto word in current file. Same as ctrl+P, then type
ctrl+GÂ goto line in current file. Same as ctrl+P, then type :
General
————————————————-
ctrl+shift+PÂ command prompt
ctrl+KBÂ toggle side bar
Find/Replace
————————————————-
ctrl+FÂ find
ctrl+HÂ replace
ctrl+shift+FÂ find in files
alt+f3Â add all occurrences of the current word to the selection
Tabs
————————————————-
ctrl+shift+t open last closed tab (just like in your browser)
ctrl+PgDn cycle down through open tabs, cycle up with ctrl+PgUp
ctrl+⇆ cycle through last tabs (repeat to go back further in history)
Split window
————————————————-
Alt+shift+2Â split into two columns
Alt+shift+1Â revert to single column
Alt+shift+5Â grid (4 groups)
ctrl+[1,2,3,4] jump to “group” (pane)
ctrl+shift+[1,2,3,4]Â move file to specified group
Bookmarks
————————————————-
ctrl+F2Â toggle bookmark
F2Â next bookmark
shift+F2Â previous bookmark
ctrl+shift+F2Â clear bookmarks
Text manipulation
————————————————-
ctrl+KUÂ upper case
ctrl+KLÂ lower case
External programs
————————————————-
F5Â Start FSM Editor, witht the current file if possible
F6 Start TexView 2, witht the current file if possible
F8 Try to find the best program for the current file