Skip to content

Commit

Permalink
Switch the bindings for zop-to-char and zop-up-to-char
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov authored and Trong Dao Le committed Oct 17, 2015
1 parent 64c347c commit 7275384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/prelude-global-keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit 7275384

Please sign in to comment.