Skip to content

Commit 5f792a6

Browse files
committed
add readme and initial keybindings
1 parent 7d2bdd9 commit 5f792a6

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# atom-flow
22
atom.io support for haxe flow build tool
3+
http://snowkit.org/flow
4+
5+
## Active development
6+
Please note that this package is in development and this message will
7+
be removed when it is ready for end users - in the mean time, file issues.
8+
9+
Thanks!
10+
11+
## Usage
12+
13+
- Right click a flow file in the tree view
14+
- Set as active flow file
15+
- Ctrl/Cmd + Shift + P (command palette)
16+
- flow:status or flow: set target
17+
18+
You can also select items from the status menu to perform
19+
an action or change the values.

keymaps/atom-flow.cson

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11

2+
#fail - atom takes ctrl-shift-0 as ctrl-) which is locale specific!
3+
#short term, ctrl alt is used
4+
25
'atom-workspace':
3-
'ctrl-alt-o': 'flow:toggle'
6+
'ctrl-alt-0': 'flow:status'
7+
# 'ctrl-alt-9': 'flow:set-project-file'
8+
'ctrl-alt-8': 'flow:set-target'

0 commit comments

Comments
 (0)