I'm using M-<left>
and M-<right>
to cycle buffers in Emacs 24 (with previous-buffer
and next-buffer
respectively). I also use C-<tab>
to cycle through frames.
In Org mode those keys are bound to specific functions. The problem is, if I position the cursor in a neutral area (over whitespace), the keys register and fail; I'd like them to fall back to the behaviour detailed above.
Sadly I don't speak Lisp so I can't tacle the problem on my own.
- How can I define a shortcut to custom behaviour when over whitespace in Org mode?