As mentioned in this question, I can not use org mode properly within tmux. So, I would want to remap key bindings like alt+RET
for creating a new bullet item or shift + left/right arrow
to change an item hierarchy.
How would I do that?
As mentioned in this question, I can not use org mode properly within tmux. So, I would want to remap key bindings like alt+RET
for creating a new bullet item or shift + left/right arrow
to change an item hierarchy.
How would I do that?
See the Info page "(org) TTY keys" for alternative chords for various Org chords.
The listed speed keys must be activated separately.
python-mode-map
but the same steps to figure out the default bound command, and redefine the binding usingdefine-key
applies in your case too.. just that now it isorg-mode-map
. – Kaushal Modi Jun 09 '16 at 03:42