Skip to content

Instantly share code, notes, and snippets.

@Mouvedia
Last active September 4, 2016 01:11
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 Mouvedia/4f7fda13bd8a8b994791 to your computer and use it in GitHub Desktop.
Save Mouvedia/4f7fda13bd8a8b994791 to your computer and use it in GitHub Desktop.
[
[:app "cmd-alt-right" :tabset.next]
[:app "cmd-alt-left" :tabset.prev]
[:app "ctrl-shift-right" :tabs.next]
[:app "ctrl-shift-left" :tabs.prev]
[:app "alt-w" :workspace.show]
[:app "alt-f" :searcher.show]
[:app "alt-space" :navigate-workspace-transient]
[:app "pmeta-b" :add-browser-tab]
[:editor "pmeta-up" :paredit.move.up.backward]
[:editor "pmeta-down" :paredit.move.down.forward]
[:editor "alt-up" :editor.line-up :editor.line-end]
[:editor "alt-down" :editor.line-down :editor.line-start-smart]
[:editor "alt-left" :editor.word-left]
[:editor "alt-right" :editor.word-right]
[:editor "ctrl-d" :editor.delete-line]
[:editor "ctrl-b" :editor.delete-line-left]
[:editor "ctrl-l" :editor.select-line]
[:editor "pmeta-shift-z" :editor.redo]
[:editor "pmeta-a" :editor.select-all]
[:editor "pmeta-/" :toggle-comment-selection :editor.line-down]
[:editor "pmeta-d" :editor.sublime.duplicateLine]
[:editor "shift-alt-down" :editor.sublime.swapLineDown]
[:editor "shift-alt-up" :editor.sublime.swapLineUp]
[:editor "esc" :editor.selection.clear]
[:editor "tab" :indent-selection]
[:editor "shift-tab" :unindent-selection]
[:editor "ctrl-alt-right" :editor.sublime.selectNextOccurrence]
[:editor "ctrl-alt-up" :editor.sublime.selectLinesUpward]
[:editor "ctrl-alt-down" :editor.sublime.selectLinesDownward]
[:editor "ctrl-m" :lt.plugins.lt-markdown/watch-editor :tabs.move-new-tabset :tabs.last]
[:editor.keys.hinting.active "-enter" :passthrough]
[:find-bar "pmeta-f" :find.show]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment