Skip to content

Instantly share code, notes, and snippets.

@rlemon
Created February 15, 2012 16:30
Show Gist options
  • Save rlemon/1837085 to your computer and use it in GitHub Desktop.
Save rlemon/1837085 to your computer and use it in GitHub Desktop.
Liddle Command List (Planning)

OK, so I need a simple way for people to add/contribute command key ideas... See Project Page HERE

Please follow this format:

<command-key-combination>

  • <what to do when nothing is selected>
  • <what to do when a range is selected>
@rlemon
Copy link
Author

rlemon commented Feb 15, 2012

CTRL+K

  • Remove the current line, merging the line below up. Place cursor on the same (new) line.
  • on a range; remove the entire range, merging below up. Place cursor at the new start position.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment