Skip to content

Instantly share code, notes, and snippets.

@vittorioromeo
Created November 21, 2016 14:53
Show Gist options
  • Save vittorioromeo/c1f4ba838214efabd0778a380b036592 to your computer and use it in GitHub Desktop.
Save vittorioromeo/c1f4ba838214efabd0778a380b036592 to your computer and use it in GitHub Desktop.
.title {
margin-top: 8px !important;
}
.tab-bar {
height: 30px !important;
}
.tab {
height: 30px !important;
}
'atom-workspace atom-text-editor:not([mini])':
'ctrl-shift-up': 'editor:move-line-up'
'ctrl-shift-down': 'editor:move-line-down'
'ctrl-delete': 'editor:delete-to-next-word-boundary'
'ctrl-backspace': 'editor:delete-to-previous-word-boundary'