Skip to content

Commit

Permalink
Set "C-c C-z" for bqn-comint-bring at both bqn{,-comint}-mode-map
Browse files Browse the repository at this point in the history
  • Loading branch information
slotThe authored and AndersonTorres committed Sep 10, 2024
1 parent 5e18060 commit f7212c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bqn-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ BQN buffers (or recreate them)."
(when bqn-glyph-map-modifier
(set-keymap-parent bqn-mode-map
(make-composed-keymap prog-mode-map bqn--glyph-map)))
(keymap-set bqn-mode-map "C-c C-z" #'bqn-comint-bring)
(when bqn-use-input-method
(activate-input-method "BQN-Z"))
(setq-local syntax-propertize-function bqn--syntax-propertize)
Expand Down Expand Up @@ -467,6 +468,7 @@ bqn-comint-process-session and echoes the result."
(when bqn-glyph-map-modifier
(set-keymap-parent bqn-comint-mode-map
(make-composed-keymap comint-mode-map bqn--glyph-map)))
(keymap-set bqn-comint-mode-map "C-c C-z" #'bqn-comint-bring)
(when bqn-use-input-method
(activate-input-method "BQN-Z"))
(setq-local syntax-propertize-function bqn--syntax-propertize)
Expand Down

0 comments on commit f7212c4

Please sign in to comment.