Add shortcut to timeline for deleting other windows

This commit is contained in:
Daniel - 2021-07-03 17:54:15 +02:00
parent c3a099fd6a
commit b85246ae7c
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ end date of the timeline."
(define-key map "n" #'timeline-tools-next-line)
(define-key map (kbd "C-p") #'timeline-tools-previous-line)
(define-key map "p" #'timeline-tools-previous-line)
(define-key map "o" #'delete-other-windows)
map))
(define-derived-mode timeline-tools-mode