gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

easy-kill: drop-in replacement for kill-ring-save


From: Leo Liu
Subject: easy-kill: drop-in replacement for kill-ring-save
Date: Sun, 06 Oct 2013 17:40:04 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.5)

Hi there,

Package easy-kill.el provides a more powerful command `easy-kill' for
key M-w.

easy-kill tries in order:

1. current region if active
2. url at point
3. email at point
4. current line

Keys (customisable) immediately following M-w:

1. w -> word at point
2. s -> sexp at point
3. f -> file at point
4. l -> list at point
5. d -> defun at point
6. b -> buffer-file-name
7. + -> extend current selection
8. - -> shrink current selection

Development is in https://github.com/leoliu/easy-kill and comments are
welcome.

Leo

Attachment: easy-kill.el
Description: easy-kill.el


reply via email to

[Prev in Thread] Current Thread [Next in Thread]