easy-kill
easy-kill copied to clipboard
Kill & Mark Things Easily in Emacs
Hello! It would be awesome to be able to adjust backward edge of the selection (this would be the left edge of the selection in Right-To-Left text). This change does...
When the selection is turned into an active region, `point > mark` is assumed in current version. For example when a defun is selected, `point` is `end-of-defun`. But the built-in...
When I tried to `M-w` inside a line (without selecting the whole line first), `M-w`, it will save the newline and one extra empty line into kill ring For example:...
Hello! I've got a question (not a bug report / feature request): When I do `M-w w` I select a word. `w` then selects the next word to the right....
With `mark-sexp`, you can press it several times to mark sexp's forward, e.g. if you have (setq |foo '(bar) fie fum) then after pressing `C-M-SPC` three times, you'll have marked...
I think it'd be great if easy-kill supported out-of-the-box a few extra kill targets, namely: - whole buffer - from current point to end of buffer - from current point...
It would be useful if easy-kill can select content in between a pair. The default pairs should be: - " ... " - ' ... ' - < ... >...
You can download this file: https://github.com/steckerhalter/steckemacs/blob/master/steckemacs.org and try to copy anything under the "Key Bindings" section. Currently, `easy-kill` can only copy a row and nothing else.