Last active
September 4, 2016 01:11
-
-
Save Mouvedia/4f7fda13bd8a8b994791 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
[: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