Commit Graph

14 Commits

Author SHA1 Message Date
Jason Poon
7c32530c0e Implements basic key bindings in the various modes.
* Toggling between modes using 'esc' and insert keys

Supported Commands:
Insert Mode - i, I, a, A, o, O
Command Mode - h, j, k, l
2015-11-20 02:13:19 -08:00
guillermooo
063f42cace add keys; minor fixes 2015-11-19 23:28:35 +01:00
Jason Poon
a065a01a5e update travis to gulp init prior to running tests 2015-11-19 01:41:04 -08:00
Jason Poon
a5eb78b08b implement basic command mode
* handles 'i' and 'I' to insert
* able to toggle between command (esc) and insert (w/ i or I)
2015-11-19 01:24:53 -08:00
Jason Poon
c5671e627c enable running of certain tests with gulp 2015-11-18 01:36:29 -08:00
guillermooo
0702af86cc assorted fixes 2015-11-17 21:41:38 +01:00
Jason Poon
ea851de070 Merge branch 'master' into navigation-mode
Conflicts:
	package.json
2015-11-17 00:00:51 -08:00
Jason Poon
f2950a144c add gulp + tslint 2015-11-16 22:24:47 -08:00
Jason Poon
9031d44398 handle vim modes 2015-11-16 20:53:38 -08:00
Jason Poon
55a95b4c5b code cleanup 2015-11-16 20:53:37 -08:00
guillermooo
2864e099f3 refactor 2015-11-13 19:37:19 +01:00
guillermooo
45e3a111d7 embrionary command line 2015-11-13 08:38:13 +01:00
guillermooo
57c7fe4c86 add toy key bindings to get started 2015-11-12 21:08:56 +01:00
guillermooo
6652b63929 scaffold project 2015-11-12 20:51:40 +01:00