blank package

This commit is contained in:
Loic Nageleisen 2015-02-19 08:29:59 +01:00
commit ffbe36efec
12 changed files with 210 additions and 0 deletions

11
keymaps/ex-mode.cson Normal file
View file

@ -0,0 +1,11 @@
# Keybindings require three things to be fully defined: A selector that is
# matched against the focused element, the keystroke and the command to
# execute.
#
# Below is a basic keybinding which registers on all platforms by applying to
# the root workspace element.
# For more detailed documentation see
# https://atom.io/docs/latest/advanced/keymaps
'atom-workspace':
'ctrl-alt-o': 'ex-mode:toggle'