mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
Add binding for C-x z to vi-dot here.
This commit is contained in:
parent
8f596798b1
commit
e4ade21be2
1 changed files with 2 additions and 0 deletions
|
|
@ -642,6 +642,8 @@ for \\[find-tag] (which see)."
|
|||
(define-key esc-map "'" 'abbrev-prefix-mark)
|
||||
(define-key ctl-x-map "'" 'expand-abbrev)
|
||||
|
||||
(define-key ctl-x-map "z" 'vi-dot)
|
||||
|
||||
;;; Don't compile this file; it contains no large function definitions.
|
||||
;;; Don't look for autoload cookies in this file.
|
||||
;;; Local Variables:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue