Hello Guys,
I have a problem with a Key binding:
'.platform-win32, .platform-linux':
'alt-\': 'tree-view:toggle-focus'
I need disable this Key binding, I tried with :
'.platform-win32, .platform-linux':
'alt-\': 'unset!'
But doesn’t work.
Anyone know how to disable this keybinding?.
Thank you.