crux
crux copied to clipboard
Emacs shift-selection with crux-move-beginning-of-line
Hey, hope things are well and thanks for this cool collection!
I'm trying to bind crux-move-beginning-of-line
to a key, but it doesn't respect shift-selection. Is this expected?
I've tried the following:
(global-set-key (kbd "s-;") 'crux-move-beginning-of-line)
(global-set-key (kbd "s-;") (lambda () (interactive "^") (crux-move-beginning-of-line 1)))