branch: externals/ebdb
commit 406b700c54e96017d2eb06382e6ee8fcb10c15d3
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Change keybindings of record/field copy commands
* ebdb-com.el (ebdb-mode-map): To avoid clashing with previous binding
for "C".
---
ebdb-com.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ebdb-com.el b/ebdb-com.el
index 0f4c9f4..0b66e03 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -316,8 +316,8 @@ With ARG a negative number do not append."
(define-key km (kbd "?") 'ebdb-help)
;; (define-key km (kbd "q" 'quit-window) ; part of `special-mode'
bindings
(define-key km (kbd "C-x C-t") 'ebdb-transpose-fields)
- (define-key km (kbd "C r") 'ebdb-copy-records-as-kill)
- (define-key km (kbd "C f") 'ebdb-copy-fields-as-kill)
+ (define-key km (kbd "w r") 'ebdb-copy-records-as-kill)
+ (define-key km (kbd "w f") 'ebdb-copy-fields-as-kill)
(define-key km (kbd "u") 'ebdb-browse-url)
;; (define-key km (kbd "P" 'ebdb-print)
(define-key km (kbd "=") 'delete-other-windows)