Switch the bindings for zop-to-char and zop-up-to-char
This commit is contained in:
parent
8fd5b0db53
commit
e58e0bef5e
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@
|
|||
(define-key 'help-command (kbd "C-i") 'info-display-manual)
|
||||
|
||||
;; replace zap-to-char functionaity with the more powerful zop-to-char
|
||||
(global-set-key (kbd "M-z") 'zop-to-char)
|
||||
(global-set-key (kbd "M-Z") 'zop-up-to-char)
|
||||
(global-set-key (kbd "M-z") 'zop-up-to-char)
|
||||
(global-set-key (kbd "M-Z") 'zop-to-char)
|
||||
|
||||
;; kill lines backward
|
||||
(global-set-key (kbd "C-<backspace>") (lambda ()
|
||||
|
|
Loading…
Reference in a new issue