Skip to content

Instantly share code, notes, and snippets.

@neonxp
Created February 3, 2016 12:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neonxp/02b575c9971736320b55 to your computer and use it in GitHub Desktop.
Save neonxp/02b575c9971736320b55 to your computer and use it in GitHub Desktop.
IntelliJ keybindings for Atom
'.editor':
'ctrl-shift-n': 'fuzzy-finder:toggle-file-finder'
'ctrl-1': 'tree-view:toggle'
'ctrl-shift-up': 'editor:move-line-up'
'ctrl-shift-down':'editor:move-line-down'
'ctrl-shift-w':'pane:close-other-items'
'ctrl-shift-a': 'command-palette:toggle'
'ctrl-l': 'go-to-line:toggle'
'ctrl-alt-ctrl-up': 'pane:split-right'
'ctrl-alt-ctrl-down': 'pane:split-down'
'ctrl-w': 'editor:select-word'
'atom-workspace atom-text-editor:not([mini])':
'ctrl-d': 'editor:duplicate-lines'
'ctrl-y': 'editor:delete-line'
'.platform-win32, .platform-linux':
'ctrl-alt-s': 'settings-view:open'
'body':
'ctrl-shift-w':'pane:close-other-items'
'ctrl-alt-s': 'application:show-settings'
'ctrl-alt-left': 'pane:show-previous-item'
'ctrl-alt-right': 'pane:show-next-item'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment