Skip to content

Instantly share code, notes, and snippets.

@nicksergeant
Created February 16, 2018 05:06
Show Gist options
  • Save nicksergeant/f7b2d206fefeb7e365023a2935d741aa to your computer and use it in GitHub Desktop.
Save nicksergeant/f7b2d206fefeb7e365023a2935d741aa to your computer and use it in GitHub Desktop.
'atom-text-editor.vim-mode-plus:not(.insert-mode)':
', a': 'narrow:search'
', c ,': 'clear-all-modes'
', c space': 'editor:toggle-line-comments'
', e': 'git-blame:toggle'
', g': 'open-on-github:file'
', shift-a': 'narrow:search-by-current-word'
':': 'go-to-line:toggle'
';': 'prettier:format'
'H': 'vim-mode-plus:move-to-first-character-of-line'
'L': 'vim-mode-plus:move-to-last-character-of-line'
'ctrl-\\': 'tree-view:toggle-focus'
'ctrl-s': 'vim-mode-plus:transform-string-by-select-list'
'g d': 'jump-to-import:go-to-module'
'g s': 'editor:search-current-word-no-move'
'space': 'editor:toggle-current-row-folding',
'tab': 'vim-mode-plus:move-to-pair'
'atom-text-editor.vim-mode-plus.normal-mode':
'c s': 'vim-mode-plus:change-surround-any-pair'
'ctrl-h': 'window:focus-pane-on-left'
'ctrl-j': 'window:focus-pane-below'
'ctrl-k': 'window:focus-pane-above'
'ctrl-l': 'window:focus-pane-on-right'
'atom-text-editor.vim-mode-plus.visual-mode':
'ctrl-t': 'vim-mode-plus:sort'
'atom-text-editor.vim-mode-plus.insert-mode':
'cmd-d': 'snippets:expand'
'cmd-e': 'snippets:expand'
'k': 'exit-insert-mode-if-preceded-by-k'
'atom-text-editor.vim-mode-plus-search':
'ctrl-cmd-c': 'vim-mode-plus:change-occurrence-from-search'
'.platform-darwin':
', ,': 'fuzzy-finder:toggle-file-finder'
', .': 'fuzzy-finder:toggle-git-status-finder'
', b': 'fuzzy-finder:toggle-buffer-finder'
', f': 'tree-view:reveal-active-file'
'cmd-;': 'github:toggle-git-tab'
'atom-workspace':
'ctrl-o': 'cursor-history:prev'
'ctrl-p': 'cursor-history:next'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment