mirror of
https://github.com/m00natic/vlfi.git
synced 2025-01-31 02:00:47 +00:00
Add key-binding to vlfi-mode-map in vlfi-edit-mode-map.
This commit is contained in:
parent
e4d886a3e3
commit
eaf85e5cff
1
vlfi.el
1
vlfi.el
@ -722,6 +722,7 @@ in file: %s" total-matches line regexp file)
|
|||||||
(set-keymap-parent map text-mode-map)
|
(set-keymap-parent map text-mode-map)
|
||||||
(define-key map "\C-c\C-c" 'vlfi-write)
|
(define-key map "\C-c\C-c" 'vlfi-write)
|
||||||
(define-key map "\C-c\C-q" 'vlfi-discard-edit)
|
(define-key map "\C-c\C-q" 'vlfi-discard-edit)
|
||||||
|
(define-key map "\C-v" vlfi-mode-map)
|
||||||
map)
|
map)
|
||||||
"Keymap for command `vlfi-edit-mode'.")
|
"Keymap for command `vlfi-edit-mode'.")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user