Add binding of ESC functionkey' for every
M-functionkey'.
This commit is contained in:
parent
75fb9fde10
commit
480c8cd32a
3 changed files with 27 additions and 6 deletions
|
@ -988,7 +988,9 @@ This function is assumed to be used as call back function for `hl-line-mode'."
|
|||
(define-key hexl-mode-map [up] 'hexl-previous-line)
|
||||
(define-key hexl-mode-map [down] 'hexl-next-line)
|
||||
(define-key hexl-mode-map [M-left] 'hexl-backward-short)
|
||||
(define-key hexl-mode-map [?\e left] 'hexl-backward-short)
|
||||
(define-key hexl-mode-map [M-right] 'hexl-forward-short)
|
||||
(define-key hexl-mode-map [?\e right] 'hexl-forward-short)
|
||||
(define-key hexl-mode-map [next] 'hexl-scroll-up)
|
||||
(define-key hexl-mode-map [prior] 'hexl-scroll-down)
|
||||
(define-key hexl-mode-map [home] 'hexl-beginning-of-line)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue