Skip to content

Instantly share code, notes, and snippets.

@ncronquist
Last active November 12, 2017 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ncronquist/bf2ea589f0820414f2875ed9c0460342 to your computer and use it in GitHub Desktop.
Save ncronquist/bf2ea589f0820414f2875ed9c0460342 to your computer and use it in GitHub Desktop.
'.platform-linux atom-text-editor':
'alt-shift-L': 'grammar-selector:show'
'ctrl-shift-L': 'editor:split-selections-into-lines'
'atom-text-editor.vim-mode-plus':
'ctrl-c': 'core:copy'
'atom-text-editor.vim-mode-plus-input':
'ctrl-c': 'core:copy'
'atom-text-editor.vim-mode-plus-search':
'ctrl-c': 'core:copy'
'body':
'ctrl-k j': 'window:focus-pane-below'
'ctrl-k h': 'window:focus-pane-on-left'
'ctrl-k k': 'window:focus-pane-above'
'ctrl-k l': 'window:focus-pane-on-right'
'ctrl-k |': 'pane:split-right-and-copy-active-item'
'ctrl-k -': 'pane:split-down-and-copy-active-item'
'atom-text-editor.vim-mode-plus:not(.insert-mode)':
'tab': 'vim-mode-plus:next-tab'
'shift-tab': 'vim-mode-plus:previous-tab'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment