Commit Graph

220 Commits

Author SHA1 Message Date
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
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
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
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
Gaurav
b16c7df6df
Link to Linux setup 2018-05-08 17:51:23 +05:30
Hyman
74051be739 reorder 2018-05-03 18:33:18 +10:00
Hyman
3fd019d269 update readme 2018-05-03 18:32:50 +10:00
orangehat
7b4e6af753 Update README.md (#2530)
Mention the need to restart VS Code after changing the ApplePressAndHold default.
2018-04-11 11:03:02 -07:00
Jason Martin
83a0159944 Add jumptoanywhere command for easymotion (#2454)
* Add jumptoanywhere motion command for easymotion

* Add custom jumptoanywhere regex from preferences

* Fix regex string bug & change jumptoanywhere to camelcase

* Simplify Regex through default preferences & update documentation

* Update jumpToAnywhere casing to upper camel case
2018-03-31 22:47:31 -07:00
Jason Poon
3e9448be9f
docs: add documentation for installing xsel. fixes #2071 (#2476) 2018-03-27 13:35:51 -07:00
Mikael Göransson
f490de5451 Possibility to set statusBar foreground color
Basically a reimplementation of pull#2102. Updated
documentation to include instructions on how colors are set.
2018-02-15 21:29:54 +03:00
Jonathan Potter
3c9aad3908 Merge 2018-02-06 23:27:43 -05:00
hayley
b9d06fb878 fix typo in README (#2327) 2018-01-24 09:04:57 +01:00
Sam Balana
e4142a825c Update README for Mac key repeat (#2316)
* Update README for Mac key repeat

I was having trouble getting my Mac to key repeat, I did some quick research and found https://github.com/Microsoft/vscode/issues/31919. The issue was that I had a global default that was true, which was overriding the application level `com.microsoft.VSCode` setting.
2018-01-22 17:48:38 -08:00
Jonathan Potter
15ae0ced98 Update readme to include sneak plugin 2018-01-18 10:09:28 -05:00
Jason Poon
4c1f49ff9d fix: remove release notes from readme 2018-01-05 16:29:45 -08:00
Jason Poon
8cbc466768 nevermind, that slack badge didn't work 2017-11-13 13:26:27 -05:00
Jason Poon
4f46d3465f add slack badge to readme 2017-11-13 13:21:45 -05:00
Jason Poon
ebdf63613b fix(readme): update readme. tried to make it more succint. 2017-11-13 00:19:12 -05:00
Tim West
9936d8db39 Fixes #2113: Start in Disabled mode configuration. (#2115)
* Fixes #2113: Start in Disabled mode configuration.

* Updated disableExtension configuration, removed Globals.active.

* Updated README per configuration changes.

* Disabled mode tweaks, including modification of config value.

* Fix extension config access & overwrite

In order to properly access and overwrite the extension configuration
values, the name of the private field needed to match the value found in
the configuration file, while the getter & setter were given a different
name. Also, to properly use the vscode.WorkspaceConfiguration.update()
API, ConfigurationTarget.Global had to be specified. The value true
could've also been used, but the enum is more explicit.
2017-11-12 14:04:28 -05:00
Nonoctis
4bdfd7f04a Fixed typo in README (#2137) 2017-11-11 15:19:03 -05:00
Horace He
9a0ebf342a Update README.md 2017-10-22 01:29:29 -04:00
Mike Sosa
998500f97a Update Contributors 2017-10-22 01:29:29 -04:00
xconverge
50c7b86b1f fixes #1576 and showcmd configuration option 2017-10-12 22:01:09 -07:00
Gad Kadosh
68137e91eb An option to show the colon at the start of the command line box (#2064)
* Added an option to show the colon at the start of the command line box
2017-10-12 09:31:10 -07:00
xconverge
73420a2221 Fixes #2050 2017-10-05 18:30:09 -07:00
Joon Ro
350ccedef5 Fix a type
It seems ``` was mistakenly added.
2017-09-18 13:12:09 -05:00
Maxfield Walker
fed6a69244 Add description about new easymoiton motions 2017-09-15 23:19:16 -04:00
Maxfield Walker
af69dd5a78 update README 2017-09-04 23:05:28 -04:00
MaxfieldWalker
1de51bb72b Easymotion new features (#1967)
* Clean up easymotion code

* run prettier

* Jump immediately when only one found

* add two-char moves

* add n-character move

* add easymotion tests

* run prettier

* enable easymotion when runnning tests

* update easymotion document

* Update README about easymotion
2017-08-27 13:11:41 -04:00
Horace He
9a2ed193e3 Update README.md 2017-08-27 11:46:10 -04:00
Grant Mathews
c5bc26ee8e Update README.md 2017-07-15 16:30:50 -04:00
Philip Mateescu
2bf530ce26 Added setting and docs for substituteGlobalFlag 2017-07-10 03:03:13 -07:00
Jason Poon
d36bcb0c44 Update README.md 2017-06-29 10:18:29 -07:00
Horace He
50294bd891 Fixed badges 2017-06-28 08:25:53 -07:00
Horace He
0e0e841179 Removed slack badge 2017-06-24 14:22:16 -07:00
Horace He
2f80c8fa19 Changed images to be markdown images 2017-06-24 13:52:58 -07:00