[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 28/77: [remap kill-ring-save] should be a better key binding for
From: |
Leo Liu |
Subject: |
[elpa] 28/77: [remap kill-ring-save] should be a better key binding for this feature. |
Date: |
Sat, 05 Apr 2014 04:08:15 +0000 |
leoliu pushed a commit to branch master
in repository elpa.
commit 7ebe4dee43b751b71735e6cf8f6dd2eae9e17b65
Author: Akinori MUSHA <address@hidden>
Date: Wed Oct 9 20:54:35 2013 +0900
[remap kill-ring-save] should be a better key binding for this feature.
Otherwise, you cannot properly copy a selected region in such extended
selection modes as CUA/CUA rectangle.
---
README.rst | 2 +-
easy-kill.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.rst b/README.rst
index 8579e4e..597cc26 100644
--- a/README.rst
+++ b/README.rst
@@ -38,7 +38,7 @@ To Use
::
(require 'easy-kill)
- (global-set-key "\M-w" 'easy-kill)
+ (global-set-key [remap kill-ring-save] 'easy-kill)
Extensions
~~~~~~~~~~
diff --git a/easy-kill.el b/easy-kill.el
index 98aff18..178d332 100644
--- a/easy-kill.el
+++ b/easy-kill.el
@@ -25,7 +25,7 @@
;; `easy-kill' aims to be a drop-in replacement for `kill-ring-save'.
;;
-;; To use: (global-set-key "\M-w" 'easy-kill)
+;; To use: (global-set-key [remap kill-ring-save] 'easy-kill)
;;; Code:
- [elpa] 14/77: Doc fix and release v0.7.0, (continued)
- [elpa] 14/77: Doc fix and release v0.7.0, Leo Liu, 2014/04/05
- [elpa] 22/77: Handle the case when overlay has already been destroyed, Leo Liu, 2014/04/05
- [elpa] 25/77: Fix thinko in easy-kill-backward-down, Leo Liu, 2014/04/05
- [elpa] 21/77: New command easy-kill-mark-region, Leo Liu, 2014/04/05
- [elpa] 24/77: Improve list expand/shrink support in smie-based modes, Leo Liu, 2014/04/05
- [elpa] 18/77: Consolidate all kill features in easy-kill-thing, Leo Liu, 2014/04/05
- [elpa] 26/77: Fix #2: just call kill-ring-save when region is active, Leo Liu, 2014/04/05
- [elpa] 27/77: Declare dependency on emacs 24, Leo Liu, 2014/04/05
- [elpa] 29/77: Merge pull request #4 from purcell/patch-1, Leo Liu, 2014/04/05
- [elpa] 31/77: Simplify the interactive form of easy-kill-thing, Leo Liu, 2014/04/05
- [elpa] 28/77: [remap kill-ring-save] should be a better key binding for this feature.,
Leo Liu <=
- [elpa] 35/77: Doc fix and release v0.8.0, Leo Liu, 2014/04/05
- [elpa] 36/77: New variable easy-kill-base-map for customising key bindings, Leo Liu, 2014/04/05
- [elpa] 33/77: Support append kill for append-next-kill and easy-kill, Leo Liu, 2014/04/05
- [elpa] 34/77: Better support for defining commands that exit easy-kill, Leo Liu, 2014/04/05
- [elpa] 30/77: Merge pull request #6 from knu/usage-remap, Leo Liu, 2014/04/05
- [elpa] 32/77: Improve easy-kill-bounds-of-list, Leo Liu, 2014/04/05
- [elpa] 37/77: Make easy-kill-backward-up work better when in strings, Leo Liu, 2014/04/05
- [elpa] 38/77: Fix #3: Add command easy-mark for marking, Leo Liu, 2014/04/05
- [elpa] 39/77: Fix doc and buglets in last change, Leo Liu, 2014/04/05
- [elpa] 40/77: Some improvements based on comments in #3, Leo Liu, 2014/04/05