Open NullVoxPopuli opened 8 years ago
automatically configure atom
keymap:
'atom-workspace atom-text-editor':
'ctrl alt-down': 'pane:split-down-and-move-active-item'
'ctrl alt-left': 'pane:split-left-and-move-active-item'
'ctrl alt-right': 'pane:split-right-and-move-active-item'
'ctrl alt-up': 'pane:split-up-and-move-active-item'
'ctrl-shift-up': 'editor:add-selection-above'
'ctrl-shift-down': 'editor:add-selection-below'
# alt-enter converts search results into selections
# ctrl+k + ctrl+direction navigates panes
# but that's too many keystrokes, therefore:
'alt-left': 'window:focus-pane-on-left'
'alt-down': 'window:focus-pane-below'
'alt-right': 'window:focus-pane-on-right'
'alt-up': 'window:focus-pane-above'
# pane moving (requires the move-panes package)
'alt-shift-left': 'move-panes:move-left'
'alt-shift-right': 'move-panes:move-right'
'alt-shift-up': 'move-panes:move-up'
'alt-shift-down': 'move-panes:move-down'
# reset / clear default keybindings, cause we don't like them
'atom-workspace atom-text-editor:not([mini])':
'alt-shift-down': 'native!'
'alt-shift-up': 'native!'
packages:
re opening, to add more packages (and remove others)
Added:
Removed:
Theme: Neutron / One Dark Syntax
https://atom.io/download/deb