1
0
mirror of https://github.com/m00natic/vlfi.git synced 2025-01-18 12:05:31 +00:00

Add key-binding to vlfi-mode-map in vlfi-edit-mode-map.

This commit is contained in:
Andrey Kotlarski 2013-04-17 13:00:37 +03:00
parent e4d886a3e3
commit eaf85e5cff

View File

@ -722,6 +722,7 @@ in file: %s" total-matches line regexp file)
(set-keymap-parent map text-mode-map)
(define-key map "\C-c\C-c" 'vlfi-write)
(define-key map "\C-c\C-q" 'vlfi-discard-edit)
(define-key map "\C-v" vlfi-mode-map)
map)
"Keymap for command `vlfi-edit-mode'.")