Skip to content

Instantly share code, notes, and snippets.

@magnars
Created July 17, 2012 12:28
Show Gist options
  • Select an option

  • Save magnars/3129159 to your computer and use it in GitHub Desktop.

Select an option

Save magnars/3129159 to your computer and use it in GitHub Desktop.
Inverse of C-k
(global-set-key (kbd "C-S-k") (lambda () (interactive)
(kill-region (save-excursion (beginning-of-line) (point))
(point))))
@magnars

magnars commented Jul 20, 2012

Copy link
Copy Markdown
Author

Nice! Thanks. :-)

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