(ctl-x-map): Change vi-dot binding to repeat.
This commit is contained in:
parent
268565b059
commit
aa5ba90e0c
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ 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)
|
||||
(define-key ctl-x-map "z" 'repeat)
|
||||
|
||||
;;; Don't compile this file; it contains no large function definitions.
|
||||
;;; Don't look for autoload cookies in this file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue