wsdjeg
30c220a4d7
Merge branch 'dev'
2017-09-02 20:02:40 +00:00
wsdjeg
1f1ef6b7d9
Fix git head
2017-09-02 20:01:51 +00:00
wsdjeg
bb2d69809b
Update autocomplete layer
2017-08-26 15:40:20 +00:00
Lewis Cowper
8e7f28f069
fix typo
2017-08-22 10:01:16 +02:00
wsdjeg
dd4598ef0c
Update version
2017-08-22 03:45:29 +08:00
techgaun
34d100d683
remove stray chars from documentation
2017-08-20 22:45:58 -05:00
wsdjeg
b41da783e6
Release v0.4.0
...
FEATURES:
Add comment mappings #683
Achievements #677
Add text manipulation commands #684
Add text insertion commands #685
Add CompleteParameter #688
Toggle cursor position #697
Add background searching feture #699
Improve plugin manager #702 #703
Grep on the fly #705 #709 #714 #717
Add prompt api #715
Add web api #726
Add check requirement script #736
Add language specified mappings #748
Improve Java layer #749
Add project manager mappings #751
Add plugin for mark active window #755
(not sure if it will be removed)
Add help for mappings #756
Update autocomplete layer doc #759
Add tags layer #764
FIX:
Fix vimfiler direction #686
Fix welcome page #707
Fix visual SPC #708
Fix windows support #712
Fix n/N hl state #720
Fix guibg parse #723
Fix unknown option #727
Fix select mode statusline #737
2017-08-06 04:37:20 +08:00
wsdjeg
2431cd6d50
Update mappings
2017-08-06 00:01:32 +08:00
wsdjeg
0a8ac78a27
Add doc
2017-08-02 06:04:56 +08:00
wsdjeg
dd6440a73b
Update git ignore
2017-08-02 05:39:35 +08:00
wsdjeg
bfe54b9af2
Add doc for complete layer
2017-08-01 05:35:21 +08:00
wsdjeg
53de7fce0d
complete options
2017-07-30 07:15:13 +08:00
wsdjeg
174fac5c93
Update doc for autocomplete layer
2017-07-30 06:53:54 +08:00
wsdjeg
b6beb72332
Improve lang#java layer
2017-07-29 17:16:23 +08:00
wsdjeg
e68fb5f706
Improve shell layer
2017-07-28 05:22:12 +08:00
wsdjeg
d0d1d729b2
Add project manager mappings
...
ref: #637
ref: #747
2017-07-27 08:34:22 +08:00
wsdjeg
244d014073
Improve markdown layer
...
ref: https://github.com/wooorm/remark/issues/281#issuecomment-318073708
2017-07-27 06:52:18 +08:00
wsdjeg
32f5057954
Update java layer doc
2017-07-27 06:34:59 +08:00
wsdjeg
ace15f8292
Update doc for java layer
2017-07-26 06:39:59 +08:00
wsdjeg
4616c0c15c
Add todos
2017-07-24 05:56:18 +08:00
wsdjeg
626b4baed6
Fix conflict
2017-07-23 05:58:56 +08:00
wsdjeg
08ee17ab3b
Add doc for transient state
2017-07-23 00:07:25 +08:00
wsdjeg
c8c700efe1
Add buffer selection transient state
2017-07-22 22:52:15 +08:00
wsdjeg
5521e64072
Add transient state api
2017-07-22 07:30:17 +08:00
wsdjeg
70bece9367
Auto install packge manager
2017-07-21 06:55:24 +08:00
wsdjeg
aaadf28c98
Add checkRequirements
2017-07-20 05:23:17 +08:00
wsdjeg
b1ebe04d44
Add SPC x c
2017-07-19 07:09:41 +08:00
Wang Shidong
fe170acb61
Merge pull request #730 from kenjitoyama/fix_typo
...
Fix typo: s/recommenced/recommended/
2017-07-17 10:20:44 +08:00
Daniel Kenji Toyama
9240feafb2
Fix grammar in Install docs.
2017-07-16 21:37:53 -04:00
Daniel Kenji Toyama
33f08e5b0b
Fix typo: s/recommenced/recommended/
2017-07-16 21:28:25 -04:00
wsdjeg
6afd8ce554
Merge dev
2017-07-17 07:47:59 +08:00
wsdjeg
f53fc71e3f
Add mappings for changing symbol style
2017-07-17 07:08:53 +08:00
wsdjeg
e7124b8801
Merge branch 'dev' into comment
2017-07-11 03:57:48 +08:00
Wang Shidong
d6f184f2da
Grep on the fly ( #705 )
...
* Grep on the fly
* Fix screen update
* Fix commands for prompt
* Supprt <BS> in prompt
* Redrew on stdout
* Fix prompt api
* Improve flygrep screen update
* Add function keys for flygrep buffer
* Add statusline support && ignore case
* Add highlight feature
* Fix highlight error
* Ignore FocusLost and FocusGained
* Add prompt mappings
* Add documentation for fly searching
* Update documentation
* Fix lint for flygrep
2017-07-06 21:59:09 +08:00
wsdjeg
6845ac5f74
Fix install script bug with -u option
2017-07-04 00:04:59 +08:00
wsdjeg
317bf128a3
Add uninstall info
2017-07-03 23:53:55 +08:00
wsdjeg
58b6d6f51e
Fix usage in script help
2017-07-03 22:12:06 +08:00
wsdjeg
47ef38ea7f
Add version information
2017-07-03 22:08:04 +08:00
wsdjeg
a02bc3e628
Fix type
2017-07-03 21:16:57 +08:00
wsdjeg
93039d0edf
Update install script for spacevim
2017-07-03 21:15:45 +08:00
wsdjeg
4c8bb2272d
Merge from techgaun && fix conflict
2017-07-02 23:05:04 +08:00
wsdjeg
0778003525
Fix document for grep searching
2017-07-02 22:17:25 +08:00
wsdjeg
ba6f36edfc
Mappings done
2017-07-02 21:35:47 +08:00
wsdjeg
398c8b2465
Add SPC t m p for toggle cursor position
...
close #692
2017-07-01 20:37:48 +08:00
wsdjeg
8a4d2774fe
Add comment doc
2017-07-01 19:54:30 +08:00
Wang Shidong
d05566c901
Add text insertion commands ( #685 )
...
* Add text insertion commands
* Add password api
* Implement SPC i p *
* Add mapping for uuidgen
* Add SPC i l l for insert lorem-ipsum list
* Add SPC i l p for insert lorem-ipsum paragraph
* Add SPC i l s for insert lorem-ipsum sentence
* Fix lint
2017-07-01 01:32:14 -05:00
techgaun
f268a70896
update title
2017-06-30 12:19:46 -05:00
techgaun
56d2b17dfc
update gina docs
2017-06-30 12:18:03 -05:00
Wang Shidong
2efc4ac509
Update index.md
2017-06-29 13:45:29 +08:00
wsdjeg
cb37777f5b
Add mappings need to be impl
2017-06-28 22:11:26 +08:00