emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] C-S-up and C-S-down throws an error


From: Oleh
Subject: [O] C-S-up and C-S-down throws an error
Date: Tue, 15 Oct 2013 17:19:10 +0200

Hi all,

Pressing these key-chords just gives:

user-error: To use shift-selection with Org-mode, customize `org-support-shift-select'

I don't think that it's very productive to occupy a key binding with a function that 
just says to me that I made an error. Or is it an advertisement for shift-selection:)?

I've got global windmove bindings on C- arrows, and buffer-move on C-S- arrows,
so now I have to set specifically:

(define-key org-mode-map [(control shift right)] nil)
(define-key org-mode-map [(control shift left)] nil)
(define-key org-mode-map [(control shift up)] nil)
(define-key org-mode-map [(control shift down)] nil)

I don't feel bad about the other two bindings, because they were actually doing something
useful, but these two...

I think a way out of this is either enabling `org-support-shift-select' by default,
or not to bind these key chords. But that's just my opinion.

regards,
Oleh








reply via email to

[Prev in Thread] Current Thread [Next in Thread]