Skip to content

Instantly share code, notes, and snippets.

@audreyt
Created February 27, 2014 17:31
Show Gist options
  • Save audreyt/9254892 to your computer and use it in GitHub Desktop.
Save audreyt/9254892 to your computer and use it in GitHub Desktop.
My Keymap.cson for atom.io
'.vim-mode.insert-mode': {
'ctrl-n': 'autocomplete:attach'
}
'.vim-mode.command-mode:not(.mini)': {
':': 'go-to-line:toggle'
'%': 'bracket-matcher:go-to-matching-bracket'
'0': 'editor:move-to-first-character-of-line'
'ctrl-f': 'core:page-down'
'ctrl-b': 'core:page-up'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment