Skip to content

Commit

Permalink
Fix outline cycle keys in console
Browse files Browse the repository at this point in the history
S-TAB inexplicably translates to C-M-i in console
  • Loading branch information
rnkn committed Nov 26, 2020
1 parent 0427734 commit d29675d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fountain-mode.el
Expand Up @@ -3206,6 +3206,7 @@ redisplay in margin. Otherwise, remove display text properties."
(define-key map (kbd "C-c TAB") #'fountain-outline-cycle)
(define-key map (kbd "<backtab>") #'fountain-outline-cycle-buffer)
(define-key map (kbd "S-TAB") #'fountain-outline-cycle-buffer)
(define-key map (kbd "C-M-i") #'fountain-outline-cycle-buffer)
(define-key map (kbd "M-RET") #'fountain-insert-section-heading)
(define-key map (kbd "C-c C-x b") #'fountain-outline-to-indirect-buffer)
;; Pages
Expand Down

0 comments on commit d29675d

Please sign in to comment.