Skip to content

Instantly share code, notes, and snippets.

@admwx7
Created January 23, 2018 19:55
Show Gist options
  • Select an option

  • Save admwx7/ee6f23ed2738661b91ab25ae3d98d489 to your computer and use it in GitHub Desktop.

Select an option

Save admwx7/ee6f23ed2738661b91ab25ae3d98d489 to your computer and use it in GitHub Desktop.
Programming environment configuration files
'body':
'ctrl-shift-s': 'window:save-all'
'.workspace .editor':
'ctrl-d': 'editor:duplicate-lines'
'ctrl-shift-D': 'editor:delete-line'
'.editor':
'alt-shift-right': 'editor:select-to-end-of-line'
'alt-right': 'editor:move-to-end-of-line'
'alt-shift-left': 'editor:select-to-first-character-of-line'
'alt-left': 'editor:move-to-first-character-of-line'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment