Skip to content

Instantly share code, notes, and snippets.

@FaridSafi
Created September 27, 2016 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FaridSafi/0eec40db8df64132979f05794c3153a4 to your computer and use it in GitHub Desktop.
Save FaridSafi/0eec40db8df64132979f05794c3153a4 to your computer and use it in GitHub Desktop.
'body':
# 'ctrl-tab': '!native'
# 'ctrl-shift-tab': '!native'
# 'cmd-}': '!native'
# 'cmd-{': '!native'
'ctrl-tab': 'pane:show-next-item'
'ctrl-shift-tab': 'pane:show-previous-item'
'cmd-left': 'editor:move-to-beginning-of-line'
'alt-left': 'editor:move-to-previous-subword-boundary'
'alt-right': 'editor:move-to-next-subword-boundary'
'alt-shift-left': 'editor:select-to-previous-subword-boundary'
'alt-shift-right': 'editor:select-to-next-subword-boundary'
'.platform-darwin atom-text-editor':
'cmd-r': 'native!'
'.platform-darwin, .platform-win32, .platform-linux':
'cmd-l': 'go-to-line:toggle'
'atom-text-editor':
'alt-up': 'keyboard-scroll:scrollUpWithCursor'
'alt-down': 'keyboard-scroll:scrollDownWithCursor'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment