Skip to content

Instantly share code, notes, and snippets.

@boogie666
Last active September 7, 2017 22:33
Show Gist options
  • Save boogie666/f276feb294aed656d098ab0d63f84faa to your computer and use it in GitHub Desktop.
Save boogie666/f276feb294aed656d098ab0d63f84faa to your computer and use it in GitHub Desktop.
console.log 'fixing keybindigs'
atom.keymaps.keyBindings.forEach (x) ->
if x.keystrokes == 'g ^'
x.keystrokes = 'g shift-6'
x.keystrokeArray = ['g', 'shift-6']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment