Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
Ctrl+C | copy current line (if no selection) |
Ctrl+X | cut current line (if no selection) |
Ctrl+⇧+K | delete line |
Ctrl+↩ | insert line after |
############################################ | |
# Syntax highlighting for R # | |
# by Stephen Haptonstahl # | |
# March 15, 2009 # | |
# http://srh.ucdavis.edu/drupal/node/20 # | |
# edited by Mike Miller # | |
# Placed on GitHub by Alan O'Callaghan # | |
# (could no longer find the original) # | |
############################################ |
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
Ctrl+C | copy current line (if no selection) |
Ctrl+X | cut current line (if no selection) |
Ctrl+⇧+K | delete line |
Ctrl+↩ | insert line after |