cybin icon indicating copy to clipboard operation
cybin copied to clipboard

Update Emacs keybindings

Open jarmitage opened this issue 4 years ago • 2 comments

The way cybin-mode defines keybindings makes it kind of difficult to customise since it uses this prefix thing:

https://github.com/efairbanks/cybin/blob/91a797bf23b961890f9b2259b04d6ed724117baa/cybin-mode.el#L300

But anyways, it would be good to have:

(define-key result-map (kbd "<C-return>") 'cybin-send-paragraph)
(define-key result-map (kdb "C-c C-q") . cybin-kill-process)

jarmitage avatar May 07 '20 20:05 jarmitage