Commit Graph

353 Commits

Author SHA1 Message Date
Victor Sena Molero
8804d0aafe Add commas to statusBarColors JSON on README (#4406)
I've tried copying this around to my config file and realized it had no commas on the ends of lines. I'm adding them here. :)
2019-12-20 00:00:26 -05:00
Daniel Smith
3158194561 Read key remappings from .vimrc (#3908)
Read key remapping commands from $HOME/.vimrc, $HOME/_vimrc, or a
user-specified Vim configuration file. For each, build an IKeyRemapping
object and append it to the appropriate collection, _if_ doing so will
not override a remapping specified in the VS Code settings.

Partially addresses #463. This implementation borrows heavily from
Sheepolution/vimrc-to-json.

* Add `editVimrc` command

* Add .vimrc validator, correct usage of new config names

* Source .vimrc automatically after saving it
2019-11-09 23:16:46 -05:00
thisisrandy
9ca121d73f Add vim.statusBarColors for 5 remaining modes (#4185)
Note that this already works without the change, but the five modes
added in this commit aren't officially listed as options. The default
coloring for each appears to be the same as the standard VSCode
coloring, which happens to be #007ACC
2019-11-01 22:18:00 -07:00
xconverge
b60f63da0a Cleanup 2019-10-10 19:56:14 -07:00
xconverge
b0737b7d07 Run prettier 2019-10-10 19:52:05 -07:00
xconverge
d561332e8b Update documentation 2019-10-10 19:36:55 -07:00
Wolfgang Ziegler
4a8ac7287f Fix typos in README.md (#4123) 2019-10-02 12:49:26 -04:00
Jason Fields
ab3c62c2d1 Config improvement: Deprecate substituteGlobalFlag in favor of gdefault
Fixes #3594
2019-09-04 22:38:42 -04:00
Steven Guh
b7a67943c7 Make ReplaceWithRegister work in visual mode (#4016)
Fixes #4015
2019-08-29 23:35:02 -04:00
Justin Chadwell
639d7bda05 Fix typo in README.md (#4002)
In the README, a number of nifty tricks are referenced, however, the text incorrectly refers to these features as being Vim features. While `gd` and `gq` are standard, `af`, `gb` and `gh` are not standard vim features. What is probably intended is that these features are VSCode features adapted for VSCodeVim.
2019-08-28 02:37:44 -04:00
Keiran O'Leary
8aacdea2ee Add ReplaceWithRegister plugin (#3887)
An easy way to replace text with the contents of a register
2019-07-23 22:14:57 -07:00
Austin Bricker
d76f13a97e Fix broken links in README.md (#3842)
Fixes broken links regarding logging level settings. As far as
I can tell, these links have never been valid, and should direct
to the information regarding VSCodeVim's settings.
2019-06-21 23:25:59 -07:00
Karl Horky
7bd20befda Add note about unsupported motions (#3670)
* Add note about unsupported motions

* Remove extra line

* Remove extra whitespace
2019-04-29 21:44:39 -07:00
Jason Poon
3373e158e6 docs: update silent. closes #3703 2019-04-25 22:39:02 -07:00
khoitd1997
6307efbb3e docs: update slackin link (#3679)
Change to https for existing link and convert to heroku for azure ones
2019-04-14 21:49:20 -07:00
Karl Horky
723fdff82a Document display line movement best practices (#3623)
* Document display line moving best practices

To vertically move to wrapped lines when word wrap is on.

Ref: https://github.com/VSCodeVim/Vim/issues/2403#issuecomment-456365357
Ref: https://github.com/VSCodeVim/Vim/issues/2924#issuecomment-476121848

* Remove extra line

* Disable Prettier formatting on code block
2019-04-02 17:51:41 -07:00
Esa-Matti Suuronen
28d5c7423a Add yank highlighting 2019-03-16 22:39:43 -07:00
Fumiaki MATSUSHIMA
cf163a88ef Fix TOC (#3574)
The section was removed in 36d5e781d6
2019-03-10 18:00:38 -07:00
hehongbo
6feb247fde Mod:change sneak sneakUseIgnorecaseAndSmartcase default value explanation to 'false' 2019-03-01 11:05:57 +08:00
Yoriyasu Yano
32770f3493
Fix links in README 2019-02-27 12:15:00 -08:00
Jason Poon
f565e92650 fix: fixes searchhighlightcolor. uses editor.findMatchHighlightBackground for default. closes #3489 2019-02-24 00:26:08 -08:00
Jason Killian
d8564f90a6 Add CamelCaseMotion plugin (#3483)
* Add CamelCaseMotion Plugin

Fixes https://github.com/VSCodeVim/Vim/issues/1220

* update @node/types

* adjust tests to only load config once

* nest camelCaseMotion configuration

* fix merge error
2019-02-17 21:33:13 -08:00
Johannes Baiter
dd548c3242 Rename customDigraphs to digraphs, fix test for it 2019-02-01 11:22:47 +01:00
Johannes Baiter
a986f7de7b Fix style 2019-01-23 21:34:15 +01:00
Johannes Baiter
c8a1d3bdd0
Update README with digraph configuration 2019-01-23 21:14:51 +01:00
Jason Poon
8dc3d5ccab
Update README.md 2019-01-18 13:02:42 -08:00
xconverge
249e11cf2c Remove unnecessary changes to cleanup diff 2019-01-06 12:54:39 -08:00
xconverge
fbb59ea179 Minor fixes 2019-01-06 12:32:07 -08:00
Jason Poon
a9b8837e14 v1.0.0! 2019-01-05 01:25:29 -08:00
Jason Poon
50846ba97c docs: add vim.debug.suppress 2019-01-05 01:08:10 -08:00
Jason Poon
0a9778ece8 feat: change debug configurations to loggingLevelForConsole,
loggingLevelForAlert
2019-01-05 00:19:33 -08:00
Jason Poon
2390d8ef13 fix: simplify logic of winston transport 2019-01-01 22:11:25 -08:00
Jason Poon
e01299b843 feat: display vim errors as vscode user error windows 2019-01-01 02:59:03 -08:00
Jason Poon
36d5e781d6 docs: clean-up readme 2018-12-17 13:16:44 -08:00
xconverge
145a4338fd Change to use a promise and update README 2018-12-13 17:55:32 -08:00
Jason Yu
cca34382fa
fix style 2018-12-08 10:33:09 +00:00
Jason Yu
8649acba12
Added common example for key remapping for £ 2018-12-08 10:18:33 +00:00
Kiyan
0bed086b50
fix typo 2018-11-29 10:16:23 +08:00
Jason Poon
3c60b6635b fix: prettier fixes 2018-11-22 01:14:29 -08:00
westim
f791d7d41e Fix #3149: broken section links 2018-10-19 20:39:23 -07:00
Elliott Linder
884c11db54 feat: implement 'changeWordIncludesWhitespace' option 2018-10-10 17:41:38 +02:00
xconverge
e3399b49bb Remove unsupported emoji (vscode marketplace) 2018-10-05 22:20:24 -07:00
xconverge
8037495e29 Add supported badges back to readme, fix settings links 2018-10-05 22:13:00 -07:00
xconverge
5c4d3f6dc7 Update readme based on new feature 2018-10-05 20:41:22 -07:00
Yang Tang
d60357fa8b
Update vim.searchHighlightColor in README.md
Update the default value of `vim.searchHighlightColor` in README.md to reflect the actual default color of the search highlight.
2018-08-29 16:22:56 -04:00
Jason Trill
84be647a6f
Fix emulated plugins link in README 2018-08-21 10:41:33 -07:00
Jason Poon
a380416718 doc: move neovim configuration to tables 2018-08-08 00:25:32 -07:00
Jason Poon
1d0f5fb62f docs: move configs to tables for readability 2018-08-07 00:43:43 -07:00
Jason Poon
b7891ba782
Merge branch 'master' into update-readme 2018-08-03 01:10:46 -07:00
Jason Poon
507c845680 docs: clean-up readme 2018-08-03 00:44:49 -07:00
Jason Poon
9238a2f4c1
Merge branch 'master' into statusbarcolors 2018-08-03 00:36:16 -07:00
Jason Poon
d0e6b79ca5
Merge branch 'master' into statusbarcolors 2018-08-01 23:42:57 -07:00
DaiPei
6b0ad72c14 Update: force prettier project 2018-08-01 09:34:21 +08:00
DaiPei
79563353cc Merge remote-tracking branch 'upstream/master' and resolve conflict 2018-08-01 08:58:59 +08:00
Jason Trill
68ff091d15
Fix Emulated Plugins TOC link in README
Currently the TOC points to `#emulated-plugins` but the actual anchor is `#-emulated-plugins`
2018-07-30 08:47:04 -07:00
Jason Poon
78c2fc8eea fix: use full path for cursorStylePerMode 2018-07-30 00:41:06 -07:00
Jason Poon
4b5835fea4 fix: enable prettier for md 2018-07-29 11:12:18 -07:00
Augusto Monteiro
718de93a64
Updating texting 2018-07-27 17:57:58 -04:00
Augusto Monteiro
bf2f93fff8
Update wording 2018-07-25 15:12:54 -04:00
Augusto Monteiro
a236c51329
Updating README FAQ
To use native functions for Ctrl the vim.useCtrlKeys needs to be false
2018-07-25 12:56:07 -04:00
DaiPei
f59cd3e88e Merge remote-tracking branch 'upstream/master' and resolve conflict 2018-07-24 23:55:39 +08:00
Sean Kelly
4e1865cac8
Merge pull request #2864 from davidmfoley/add-whichwrap
Add whichwrap
2018-07-23 11:50:31 -07:00
Dave Foley
bda24f4f51 Add whichwrap support
Fixes #1211
2018-07-20 12:02:58 -07:00
DaiPei
6517fce152 Merge remote-tracking branch 'upstream/master' 2018-07-20 22:38:52 +08:00
Jason Poon
b32d728782 docs: add section on debugging remappings 2018-07-20 02:03:19 -07:00
DaiPei
64d7ecfd6b Update: refine Input Method section of Readme 2018-07-18 00:09:35 +08:00
DaiPei
863aea0b7e Update: refine Input Method section of Readme 2018-07-17 00:23:54 +08:00
DaiPei
cac434fdff update to latest code and resolve conflict 2018-07-16 23:35:45 +08:00
xconverge
a5ce12d318 Add config option for sneak to use smartcase and ignorecase 2018-07-11 21:46:07 -07:00
Grégoire Geis
8dd1ed63a9 Examples now use the lighter command syntax in README. 2018-07-07 11:37:07 +02:00
Grégoire Geis
650501a788 Normalized spacing in keybinding examples. 2018-07-06 20:58:45 +02:00
Grégoire Geis
da7fc46bdc Added example code for lightweight keybinding syntax. 2018-07-06 20:58:21 +02:00
Sean Kelly
df2717cce6
Update README.md 2018-07-03 15:03:48 -07:00
Sean Kelly
c6643d23a0
Merge branch 'master' into config-for-quickpick-commandline 2018-07-03 08:40:05 -07:00
Jason Poon
c8c4666928 doc: clean-up readme 2018-06-30 00:54:56 -07:00
xconverge
d45e866643 Allow for quickpick commandline usage 2018-06-26 19:13:38 -07:00
DaiPei
b25a2fece8 Update: refine the README.md 2018-06-26 22:27:28 +08:00
DaiPei
9d8102311b Update: split up the autoSwitchInputMethod configuration 2018-06-26 17:03:52 +08:00
DaiPei
6491891e74 update to latest code and resolve conflict 2018-06-26 10:39:22 +08:00
xconverge
29e90def42 Start to move commandline to status bar 2018-06-20 19:13:39 -07:00
Jason Poon
82e8b7a8dd fix: simplify readme removing empty args from example remappings 2018-06-19 11:55:00 -07:00
DaiPei
bd5af18dd1 Update: slot [Input Method] under plugins 2018-06-20 00:11:20 +08:00
DaiPei
650795c837 Fix: merge VSCodeVim/Vim to daipeihust/Vim and resolve conflicts 2018-06-19 23:19:50 +08:00
Jason Poon
b470f6b07f fix: simplify readme removing empty args from example remappings 2018-06-19 03:01:22 -07:00
Shu Uesugi
e061e5eb62
Update visualModeKeyBindingsNonRecursive
The previous code didn't work if you're pasting at the end of a line.
2018-06-18 13:19:04 -07:00
Shu Uesugi
65c24f313f Remove unnecessary after[] 2018-06-17 00:42:29 -07:00
Shu Uesugi
2a3d289760 Add normalModeKeyBindings 2018-06-16 17:19:32 -07:00
Shu Uesugi
3bac6d21b2
Merge branch 'master' into master 2018-06-16 15:33:54 -07:00
Jason Poon
d6ef72b857 fix: use explicit configuration for logginglevel 2018-06-15 10:59:48 -07:00
Shu Uesugi
d16beb7790 Add visualModesKeyBindings #2705 2018-06-12 17:31:50 -07:00
Jason Poon
f338c75eca fix: update docs use workaround for save and close. closes #2682 2018-06-10 12:51:25 -07:00
Jason Poon
13d6fcbd76 feat: add debug settings to readme. fix md lint issues 2018-06-10 12:48:30 -07:00
DaiPei
9205af6110 Update: change all the autoSwitchIM name to autoSwitchInputMethod in projects 2018-06-03 23:32:39 +08:00
Rasmus Ansin
482d2306e5 Fix vim-commentary description in README
`gc2j` will toggle line comments not for the current and next line,
but for the current and next *two* lines.
2018-05-30 11:16:43 +02:00
DaiPei
7d9eeffaf5 Update: change recommend to recommended in README.md 2018-05-29 20:34:34 +08:00
DaiPei
3a1a6d6341 Update: make autoSwitchIM guide more readable 2018-05-29 20:32:34 +08:00
DaiPei
ee966bc5c1 Fix: make the inputMethodKey table can be displayed correctly 2018-05-29 19:03:47 +08:00
DaiPei
f7e0b56d27 Fix: make some fix to README.md 2018-05-29 19:00:33 +08:00
DaiPei
2de8c02c80 Update: add guide for using autoSwitchIM on windows 2018-05-29 18:50:39 +08:00
DaiPei
f3fad4c207 add AutoSwitchInputMethod guide to README.md 2018-05-11 15:06:45 +08:00