danielmagnussons / orgmode

orgmode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.
MIT License
753 stars 70 forks source link

default key binding conflict in MAC #42

Closed haudoing closed 9 years ago

haudoing commented 9 years ago

CMD+left and CMD+right is conflict. It'll be good to have custom key binding setting. And because of that I already disable this plugin.. I hope I can enable it again.

danielmagnussons commented 9 years ago

Disabled navigation history for OSX, can enable with a uncomment in keymap.

haudoing commented 9 years ago

I didn't find the setting for this. It'll be good if there is a setting to switch this off.

danielmagnussons commented 9 years ago

Did you check Default (OSX).sublime-keymap? =)

haudoing commented 9 years ago

I did. This is what I see in the setting { "keys": ["super+k", "super+left"], "command": "focus_neighboring_group", "args": {"forward": false} }, { "keys": ["super+k", "super+right"], "command": "focus_neighboring_group" },

I would like to disable this feature which support by orgmode. It's really annoy for me. I usually use command + left or command + right in OSX for navigate the line(go to begin of line or end of line)