Skip to content

Instantly share code, notes, and snippets.

@wrenoud
Created November 9, 2012 20:50
Show Gist options
  • Save wrenoud/4048156 to your computer and use it in GitHub Desktop.
Save wrenoud/4048156 to your computer and use it in GitHub Desktop.
Delete Line
import editor
selection = editor.get_line_selection()
editor.replace_text(selection[0], selection[1], '')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment