Skip to content

Instantly share code, notes, and snippets.

@isaiah
Created December 27, 2015 09:08
Show Gist options
  • Save isaiah/74ade21fec581f054733 to your computer and use it in GitHub Desktop.
Save isaiah/74ade21fec581f054733 to your computer and use it in GitHub Desktop.
arch migration
'atom-text-editor[data-grammar~="haskell"]':
'': 'haskell-ghc-mod:check-file'
'': 'haskell-ghc-mod:lint-file'
'ctrl-alt-t': 'haskell-ghc-mod:show-type'
'ctrl-alt-i': 'haskell-ghc-mod:show-info'
'ctrl-alt-T': 'haskell-ghc-mod:insert-type'
'': 'haskell-ghc-mod:show-info-fallback-to-type'
'ctrl-alt-I': 'haskell-ghc-mod:insert-import'
'body':
'ctrl-o': 'pane:show-previous-item'
'ctrl-i': 'pane:show-next-item'
'ctrl-w o': 'pane:close-other-items'
'ctrl-w n': 'window:focus-next-pane'
'ctrl-w L': 'pane:split-right'
'ctrl-w H': 'pane:split-left'
'ctrl-w J': 'pane:split-down'
VIM modules:
ack.vim/ nerdtree/ tabular/ vim-airline/ vim-fugitive/ vim-hdevtools/ vim-preview/ vim-ruby/ vimproc.vim/
ctrlp.vim/ syntastic/ tagbar/ vim-bundler/ vim-go/ vim-jsx/ vim-rails/ vim-surround/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment