Skip to content

Instantly share code, notes, and snippets.

@fornellas
Last active March 24, 2016 19:01
Show Gist options
  • Save fornellas/f7fc42c6f2b29a57e030 to your computer and use it in GitHub Desktop.
Save fornellas/f7fc42c6f2b29a57e030 to your computer and use it in GitHub Desktop.
Atom Settings
aligner
aligner-ruby
autocomplete-plus
cucumber
file-icons
git-timecop
highlight-selected
keyboard-scroll
language-docker
language-haml
language-puppet
minimap
minimap-highlight-selected
rspec3-snippets
ruby-block-converter
seeing-is-believing
sort-lines
todo-show
"*":
"autocomplete-plus":
useAlternateScoring: false
core:
autoHideMenuBar: true
editor:
fontSize: 18
invisibles: {}
softWrap: true
"exception-reporting":
userId: "df1f8312-7b1e-3ef3-a049-e6af254a8143"
minimap:
plugins:
"highlight-selected": true
"seeing-is-believing":
"ruby-command": "ruby"
"tree-view":
hideVcsIgnoredFiles: true
welcome:
showOnStartup: false
'atom-text-editor':
'alt-l': 'editor:split-selections-into-lines'
'alt-ctrl-b': 'seeing-is-believing:annotate-document'
'alt-ctrl-n': 'seeing-is-believing:annotate-magic-comments'
'alt-ctrl-v': 'seeing-is-believing:remove-annotations'
# For Windows and Linux
'.platform-win32, .platform-linux':
# Create an empty split pane
'ctrl-k left': 'pane:split-left'
'ctrl-k right': 'pane:split-right'
'ctrl-k up': 'pane:split-up'
'ctrl-k down': 'pane:split-down'
# Create a split pane with the current pane item moved into it
'ctrl-k m left': 'pane:split-left-and-move-active-item'
'ctrl-k m right': 'pane:split-right-and-move-active-item'
'ctrl-k m up': 'pane:split-up-and-move-active-item'
'ctrl-k m down': 'pane:split-down-and-move-active-item'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment