Initialize a package using Atom's package generator

This commit is contained in:
Seong Jae Lee
2014-11-08 10:20:46 -08:00
commit d38f11be66
12 changed files with 179 additions and 0 deletions
+11
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
'.workspace':
'ctrl-alt-o': 'notational-velocity:toggle'