Commit Graph

6870 Commits

Author SHA1 Message Date
Tienshiao Ma
fe4bf7c02f Implement 'X' in normal mode (backspace) 2016-02-13 23:22:54 -08:00
johnfn
b218e75296 Fix b motion. 2016-02-13 01:34:21 -08:00
Tienshiao Ma
bfeb39c560 Implement ctrl+f/ctrl+b (PageDown/PageUp) 2016-02-12 13:50:56 -08:00
Jason Poon
15e8563a03 Merge pull request #140 from tienshiao/percent-bracket-matching
Implement % to jump to matching brace
2016-02-12 11:48:52 -08:00
Jason Poon
d38dace348 Merge pull request #141 from tienshiao/x-end-of-line
[#127] Fix 'x' behavior at EOL
2016-02-12 11:48:31 -08:00
Tienshiao Ma
0a46cbcebf Merge remote-tracking branch 'refs/remotes/vscodevim/master' into x-end-of-line 2016-02-12 01:32:08 -08:00
Tienshiao Ma
dd51c301d5 Merge remote-tracking branch 'refs/remotes/vscodevim/master' into percent-bracket-matching 2016-02-12 01:01:08 -08:00
Jason Poon
f5a6625c94 Merge pull request #137 from johnfn/convert-to-es6
Convert to ES6, Promises, async and await.
2016-02-11 10:20:20 -08:00
johnfn
2984752b8d Convert to ES6, Promises, async and await. 2016-02-11 00:37:09 -08:00
Tienshiao Ma
381ae1f8b1 Fix 'x' behavior at EOL 2016-02-10 16:30:22 -08:00
Jason Poon
3eae6498fc Merge pull request #139 from johnfn/ctrl-c
Add ctrl-c.
2016-02-10 12:43:54 -08:00
johnfn
9b7d0dabfd Add ctrl-c. 2016-02-09 23:18:28 -08:00
Jason Poon
d086ccb06a Merge pull request #138 from johnfn/fix-word-motion
Fix word and back-word motions, and fix tests.
2016-02-09 09:36:46 -08:00
johnfn
374166cf74 Fix word and back-word motions, and fix tests. 2016-02-09 00:58:54 -08:00
Tienshiao Ma
a727705fd1 Implement % to jump to matching brace 2016-02-03 01:44:09 -08:00
Jason Poon
51fe12f673 0.0.10 Release 2016-01-31 23:51:14 -08:00
Jason Poon
75c3424d4e Merge pull request #133 from johnfn/add-paragraph-motions
Add paragraph `{` and `}` motions
2016-01-30 13:15:38 -08:00
johnfn
f7298e31a5 Add paragraph motions and tests. 2016-01-30 13:09:41 -08:00
Jason Poon
80e54c26a2 Merge pull request #130 from AntonAderum/master
Add Swedish keyboard layout
2016-01-11 09:43:16 -08:00
AntonAderum
521a09c8b2 Add Swedish keyboard layout 2016-01-11 08:50:15 +01:00
Jason Poon
6ae24ac68e Readme: fix typos 2016-01-06 15:59:32 -08:00
Jason Poon
02811b2bef update readme with table of commands 2016-01-06 15:54:18 -08:00
Jason Poon
d591583291 Delete: Create deleteaction to delete character 2016-01-06 14:57:53 -08:00
Jason Poon
bcbe86f917 Cleanup: Add clarifying comments. Add compile to default gulp task 2016-01-06 14:30:06 -08:00
Jason Poon
f7501cca4a Merge pull request #122 from sharpoverride/feature/delete-right
Delete Right when user presses x
2016-01-06 14:18:03 -08:00
Jason Poon
5eadd579fc Merge pull request #125 from kedde/add-danish-keyboard
added danish keyboard layout - fix issue #124
2016-01-06 14:03:03 -08:00
kedde
00aca14e2d added danish keyboard layout 2016-01-06 22:46:53 +01:00
Mihai Lazar
143151072d Delete Right when user presses x 2016-01-05 17:36:13 +02:00
Jason Poon
7827a3ec01 v0.0.8 - small motion bug fix 2016-01-03 00:45:30 -08:00
Jason Poon
aca5d5c57d 0.0.7 - update docs 2016-01-03 00:31:33 -08:00
Jason Poon
4595daf76d Merge pull request #120 from VSCodeVim/block_cursor
Block Cursor
2016-01-03 00:18:07 -08:00
Jason Poon
19fad2bc7e Block Cursor: Thank you to @andersenj and @markrendle. Fixes #19 2016-01-03 00:07:02 -08:00
Jason Poon
11738b1e4c Merge pull request #119 from VSCodeVim/motion-fixes
BugFix: swapped cursor and caret. desired column not updated properly
2016-01-02 18:45:09 -08:00
Jason Poon
415f2dd989 BugFix: swapped cursor and caret. desired column not updated properly 2016-01-02 18:36:01 -08:00
Jason Poon
ffb27ce02d Merge pull request #116 from VSCodeVim/update-readme
Readme: update with keyboard configuration
2016-01-02 02:37:51 -08:00
Jason Poon
ac9903283b Readme: update with keyboard configuration (compliments of guillermooo) 2016-01-02 02:30:29 -08:00
Jason Poon
4931041c7a Merge pull request #115 from VSCodeVim/travis-tests
Tests: Enable all tests to be run in Travis CI
2016-01-02 02:23:22 -08:00
Jason Poon
92862cc35e Tests: Fixes #15 enabling all tests to be run within Travis 2016-01-02 02:15:41 -08:00
Jason Poon
b79cad3a2d Merge pull request #114 from VSCodeVim/tabs-to-spaces
Cleanup: Tabs to Spaces
2016-01-01 23:22:12 -08:00
Jason Poon
0f5ce75328 Cleanup
* Tabs to spaces. Adding gulp command to auto-convert. Add tslint.
* Handle ModeHandler disposable
2016-01-01 23:02:42 -08:00
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
e1f7879971 Merge pull request #113 from VSCodeVim/async-tests
Cleanup: return promise in tests, lock down versions in package.json
2015-12-29 21:42:45 -08:00
Jason Poon
7b61f8febe Lock down package.json versions 2015-12-29 21:35:03 -08:00
Jason Poon
d041fb8e05 Tests: return promise instead of explicitly calling done() 2015-12-29 13:46:05 -08:00
Jason Poon
dc00fa92e2 Merge pull request #112 from VSCodeVim/motion
Motion Fixes
2015-12-29 13:30:39 -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
da0753f604 Merge pull request #109 from corymickelson/addedKeysAndSmallFixes
Fix character position persistence on up/down commands, add : "e", "0", and fix "^"
2015-12-27 23:40:44 -08:00
Cory Mickelson
cdd6893ec9 Add motions keys: "0", "e". Fix character position persistence on up/down movements. Fix "^" to move to first character of line, add "0" to move to beginning of current line 2015-12-27 14:56:26 -08:00
Jason Poon
b294158843 Update slackin link 2015-12-15 16:52:03 -08:00