Closed JamieREvans closed 8 years ago
You have two problems here:
body
under the first one. You can learn more about CSON here.ctrl-tab ^ctrl
instead. Sorry for the confusion about this - it appears that the Settings View and Keybinding Resolver don't display the ^ctrl
properly yet.I hope this solved your question - if not, please create a new topic on Discuss. Thanks!
Thanks for your reply! However, that's what I originally had, as well. Based on what you said, this should work:
'body':
'ctrl-tab': 'unset!'
'ctrl-shift-tab': 'unset!'
'ctrl-tab ^ctrl': 'unset!'
'ctrl-shift-tab ^ctrl': 'unset!'
'ctrl-tab': 'pane:show-next-item'
'ctrl-shift-tab': 'pane:show-previous-item'
Although, it doesn't, either.
Can you try the keymap suggested in this comment?
I'm trying to change the behavior of
ctrl-[shift-]tab
in my editor, but I can't seem to disable the core behavior.Here is what's in my
keymap.cson
:However, both commands are still run when I press
ctrl-[shift-]tab
. The keybinding resolver also indicates that both are active, but the core behavior is green (both have checkmarks, though).