Skip to content

Commit

Permalink
Remap page up, page down
Browse files Browse the repository at this point in the history
control-next and control-prior now do comint-next-prompt,
comint-previous-prompt, respetively.
  • Loading branch information
Steve Wainstead committed Oct 21, 2016
1 parent 893a555 commit b5b8e82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions swainlib.el
Expand Up @@ -1113,3 +1113,6 @@ hi-lock-face-buffer to activate each in the current buffer."
(other-window -1))
(global-set-key "\M-," 'sw-next-window)
(global-set-key "\M-." 'sw-previous-window)
(global-set-key [\C-prior] 'comint-previous-prompt)
(global-set-key [\C-next] 'comint-next-prompt)

0 comments on commit b5b8e82

Please sign in to comment.