Created
May 25, 2016 10:22
-
-
Save olange/799c3feed3129278489a3689300b616f to your computer and use it in GitHub Desktop.
My LightTable settings (intended for a CH/FR keyboard layout)
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
;; User keymap | |
;; ----------------------------- | |
[ | |
[:editor "alt-w" :editor.watch.watch-selection] | |
[:editor "alt-shift-w" :editor.watch.unwatch] | |
[:app "pmeta-*" :workspace.show] | |
[:app "pmeta-/" :toggle-console] | |
[:app "pmeta-shift-/" :clear-console] | |
[:app "pmeta-alt-/" :console-tab] | |
;; To subtract a keybinding, prefix the key with '-' e.g. | |
;; [:app "-ctrl-shift-d" :docs.search.show] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment