Skip to content

Instantly share code, notes, and snippets.

@fasterthanlime
Created March 16, 2016 12:14
Show Gist options
  • Save fasterthanlime/62d260fc76ca530d203a to your computer and use it in GitHub Desktop.
Save fasterthanlime/62d260fc76ca530d203a to your computer and use it in GitHub Desktop.
My Atom keymap
'atom-text-editor':
'f4': 'change-case:camel'
'atom-text-editor.vim-mode:not(.insert-mode)':
't j': 'pane:show-next-item'
't k': 'pane:show-previous-item'
't w': 'core:close'
't o': 'fuzzy-finder:toggle-file-finder'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment