crux icon indicating copy to clipboard operation
crux copied to clipboard

Emacs shift-selection with crux-move-beginning-of-line

Open Wulf opened this issue 4 years ago • 0 comments

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)))

Wulf avatar Apr 10 '20 18:04 Wulf