Commit Graph

1231 Commits

Author SHA1 Message Date
Jason Poon
2c3ef8517d Merge branch 'master' of github.com:VSCodeVim/Vim 2015-12-29 21:46:30 -08:00
Jason Poon
5a081b18cf Rev version to 0.0.7 2015-12-29 21:46:17 -08:00
Jason Poon
7b61f8febe Lock down package.json versions 2015-12-29 21:35:03 -08:00
Jason Poon
eebf8bcfb1 Motion
* Shared motion instance across all modes (fixes #111)
* Refactor old motion class into two: motion, position (which extends vscode.Position)
* Fixed persistance of desired column
* Fixes tracking of current position when clicking around document
2015-12-29 13:16:44 -08:00
Jason Poon
9bae9fb8f3 Lazy load motion in attempt to fix #93 2015-12-09 00:49:48 -08:00
Jason Poon
737d73615c v0.0.3
* clean up readme and contribution
2015-12-04 14:04:42 -08:00
guillermooo
158cc9460d map keys from US keyboard to other layouts 2015-12-02 11:25:52 +01:00
Jason Poon
592ce43a5a gulp: add trim-whitespace task 2015-12-01 17:53:31 -08:00
Joseph Liccini
eb6de1bd7b '$' and '^' for Moving to beginning and end of line 2015-11-30 23:59:35 -05:00
Jason Poon
158bbaa820 implement A to insert EOL. Release v0.0.2 2015-11-29 09:43:41 -08:00
Jason Poon
c7f9490d4e fix package in order to publish 2015-11-29 02:37:35 -08:00
Jason Poon
ac66853677 implement redo 2015-11-29 00:41:08 -08:00
Jason Poon
560875c075 * Extensions Refactor.
* Add tests to ensure proper keybindings
2015-11-29 00:41:02 -08:00
Jason Poon
8e97043780 Update metadata getting ready for a release 2015-11-26 12:37:52 -08:00
Jason Poon
4e190a6626 organize keybindings -- remove ones that were created for testing 2015-11-26 01:54:06 -08:00
Jason Poon
79a17719b3 support indentation and dd 2015-11-26 01:54:00 -08:00
guillermooo
9e2c05663b assorted fixes 2015-11-21 17:55:14 +01:00
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