1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-24 07:26:37 +02:00

Spaces and comments fixed

This commit is contained in:
Maximiliano Sandoval 2018-02-02 09:54:48 -03:00 committed by James N
parent 8c4911c823
commit f04fd5eef3

View File

@ -39,13 +39,12 @@
"gr" 'revert-buffer "gr" 'revert-buffer
"q" 'epa-exit-buffer "q" 'epa-exit-buffer
"E" 'epa-decrypt-file "E" 'epa-decrypt-file
"d" 'epa-delete-keys ;; Originally this was binded to "r". "d" 'epa-delete-keys
"ZZ" 'quit-window "ZZ" 'quit-window
"ZQ" 'evil-quit "ZQ" 'evil-quit
"V" 'epa-verify-file
;; Unchanged keybindings. ;; Unchanged keybindings.
"v" 'epa-verify-file ;; Conflicts with visual.
;; There isn't any reason to use visual anyways.
"s" 'epa-sign-file "s" 'epa-sign-file
"e" 'epa-encrypt-file "e" 'epa-encrypt-file
"i" 'epa-import-keys "i" 'epa-import-keys