Add missing keybinding for utop-switch-to-recent-buffer

This commit is contained in:
Bozhidar Batsov 2022-07-19 09:15:48 +03:00 committed by Rudi Grinberg
parent b3296f0b73
commit 5049cd9344
1 changed files with 1 additions and 0 deletions

View File

@ -1185,6 +1185,7 @@ See https://github.com/ocaml-community/utop for configuration information."))
(define-key map (kbd "C-c C-k") #'utop-kill)
(define-key map (kbd "C-c C-g") #'utop-exit)
(define-key map (kbd "C-c C-s") #'utop)
(define-key map (kbd "C-c C-z") #'utop-switch-to-recent-buffer)
(define-key map (kbd "C-c m") #'utop-copy-old-input)
(easy-menu-define
utop-menu map