]> arthur.barton.de Git - atom-ax-pipe.git/blob - keymaps/pipe.cson
cd5b078c664f4c72df14e49f574f66e121f6cd79
[atom-ax-pipe.git] / keymaps / pipe.cson
1 # Keybindings require three things to be fully defined: A selector that is
2 # matched against the focused element, the keystroke and the command to
3 # execute.
4 #
5 # Below is a basic keybinding which registers on all platforms by applying to
6 # the root workspace element.
7
8 # For more detailed documentation see
9 # https://atom.io/docs/latest/advanced/keymaps
10 '.atom-text-editor':
11   'cmd-;': 'pipe:run'