mu4e: Fix G and gg in visual state for mu4e-compose

Fixes #226.
Thanks to Alan Schmitt for the tip.
This commit is contained in:
Pierre Neidhardt 2019-03-01 09:46:17 +01:00
parent b067961140
commit de8693e3e1
1 changed files with 2 additions and 0 deletions

View File

@ -244,6 +244,8 @@
(evil-collection-define-key 'visual 'mu4e-compose-mode-map
"gg" 'mu4e-compose-goto-top
"G" 'mu4e-compose-goto-bottom)
(evil-set-command-property 'mu4e-compose-goto-bottom :keep-visual t)
(evil-set-command-property 'mu4e-compose-goto-top :keep-visual t)
(evil-collection-define-key 'operator 'mu4e-view-mode-map
"u" '(menu-item
""