Add standard shortcut for redrawing a timeline buffer

I keep hitting "g" so often that it has to work to not confuse me any longer.
This commit is contained in:
Daniel - 2020-01-26 20:55:10 +01:00
parent cccaf5bf4b
commit caea47fc5f
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ end date of the timeline."
(let ((map (make-sparse-keymap)))
(define-key map [remap self-insert-command] 'undefined)
(define-key map "r" #'timeline-tools-redraw-timeline)
(define-key map "g" #'timeline-tools-redraw-timeline)
(define-key map "R" #'timeline-tools-reparse-timeline)
(define-key map "f" #'timeline-tools-forward-day)
(define-key map "b" #'timeline-tools-backward-day)