branch: externals/vlf
commit eaf85e5cffd59371d44058284dd91c8c741ecfc3
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>
Add key-binding to vlfi-mode-map in vlfi-edit-mode-map.
---
vlfi.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlfi.el b/vlfi.el
index b07111d..e2f3e4b 100644
--- a/vlfi.el
+++ b/vlfi.el
@@ -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'.")