1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:10:05 +08:00
Commit Graph

110 Commits

Author SHA1 Message Date
Wang Shidong
acdcfa5aae
Add quickfix support for flygrep (#3872) 2020-10-07 13:31:10 +08:00
Wang Shidong
371370162f
Improve Task manager (#3857) 2020-10-01 22:30:29 +08:00
Wang Shidong
c0b9b721ce
Fix task manager (#3853) 2020-09-30 20:58:09 +08:00
Wang Shidong
36693a3bbc
Add ctrl-t key binding for flygrep (#3845)
close #3836
2020-09-28 20:00:10 +08:00
Wang Shidong
aa51aeef28
Update checkers layer doc (#3832) 2020-09-24 00:23:11 +08:00
Wang Shidong
4e45d04470
Update doc for key binding SPC f / (#3822) 2020-09-20 12:11:34 +08:00
Wang Shidong
bdaf308fcb
Update doc for statusline (#3665) 2020-09-19 16:04:55 +08:00
Wang Shidong
a2ae25aac6
Remove key binding <Tab> (#3818) 2020-09-18 22:45:27 +08:00
Wang Shidong
8008b8389e
Add doc for code indentation (#3799) 2020-09-10 22:23:54 +08:00
Wang Shidong
d9bc5a3dae
Improve pastebin plugin (#3797) 2020-09-10 21:03:26 +08:00
Wang Shidong
b71ee0c96f
Change default keybinding loading (#3792)
* Make default keyBinding load after custom#load

* Remove key binding ctrl-c in normal mode

* Remove key binding Ctrl-x
2020-09-10 01:52:40 +08:00
Wang Shidong
f3d4fbc9f4
Doc custom plugins (#3774)
close https://github.com/SpaceVim/SpaceVim/issues/3771
2020-09-06 21:57:33 +08:00
Wang Shidong
c791b3661b
Update doc for project manager(rooter) (#3764) 2020-09-05 12:43:52 +08:00
Wang Shidong
5665e23236
Fix key binding g r (#3728) 2020-08-25 23:15:37 +08:00
Wang Shidong
752b81feeb
Add git-grep support (#3717) 2020-08-21 22:36:25 +08:00
BillLucky
81aa834657
typo(doc): romote -> remote (#3685)
romote -> remote
2020-08-04 21:30:50 +08:00
Wang Shidong
8c3d1d8281
Fix dein support (#3647)
close #3513
2020-07-19 10:47:58 +08:00
Shidong Wang
cfaf63446c Update doc for toggle paste mode 2020-05-27 09:40:50 +08:00
Wang Shidong
80e2fc742f
Update pictures (#3497) 2020-04-29 23:32:26 +08:00
Wang Shidong
340f179a96
Add doc for search index (#3484) 2020-04-26 10:36:34 +08:00
Wang Shidong
a4fe1351db
Update doc for vimcompatible (#3453) 2020-04-17 22:23:43 +08:00
Michal Příhoda
4baf76d542
Add: Allow to use prefix count to specify length of password. (#3451)
In the password insertion functions it is now possible to use
count prefix to specify another password length instead of the default.

The defaults did not change and are used if v:count is 0.
2020-04-16 22:27:49 +08:00
VitalyR
c4d28c4a4e
Fix font typo (#3434)
"SauceCodePro" -> "SourceCodePro"
2020-04-06 19:13:21 +08:00
Wang Shidong
d8e238b586
Tasks provider (#3375) 2020-02-23 21:29:04 +08:00
Wang Shidong
b8e22780a8
Add tasks detection (#3374) 2020-02-22 16:54:44 +08:00
Wang Shidong
94568dbacb
Improve tasks support (#3370) 2020-02-21 16:01:07 +08:00
Wang Shidong
07fe224817
Update doc and wiki (#3353) 2020-02-16 16:15:32 +08:00
Wang Shidong
6cd772cfb4
Add tasks support (#3346) 2020-02-14 22:15:04 +08:00
Wang Shidong
d93e29e4c2
Improve general doc (#3333) 2020-02-14 21:39:42 +08:00
Wang Shidong
d6b748d226
Add bang support for Alt file command (#3331) 2020-02-03 22:15:00 +08:00
Wang Shidong
cd1ac44984
Add windows resize key binding (#2807) 2020-01-29 14:15:29 +08:00
Wang Shidong
4da2e13a8e
Update links (#3152) 2019-10-14 23:29:07 +08:00
Wang Shidong
483b3285ba
Improve spacevim.org (#3117) 2019-10-04 14:13:51 +08:00
Lin Kun
b2d93b1d69 add: add two new align symbols: # % (#3112) 2019-10-03 12:32:30 +08:00
Wang Shidong
6cb57388cc
Add keybinding for resize defx (#3084) 2019-09-25 12:22:24 +08:00
Wang Shidong
3249178052
Add vcs conflict marker unimpaired binding (#2932)
close #2886
2019-07-09 20:35:08 +08:00
Shidong Wang
1f84aa960c Update cn doc for fuzzy find layer 2019-05-09 22:24:28 +08:00
Wang Shidong
d87b918967
Update doc && fix problems (#2799)
* Update doc && fix problems

* Improve SPC b e

print info for canceled.

* Add canceled info for SPC b R

* Fix type

* Fix type

* Fix type
2019-05-08 13:34:49 +08:00
Lin Kun
477743c6ea [Fix] Fix a typo. (#2784)
* Fix a typo.

* Fix a typo.
2019-05-05 13:23:30 +08:00
Wang Shidong
d85cb639cb
Fix cn doc (#2776)
* Fix cn doc

* Fix cn doc

* Update cn doc
2019-05-04 22:55:55 +08:00
Wang Shidong
b506b659e3
Update doc for quickfix_doc (#2766)
* Update doc for quickfix_doc

* Update cn doc
2019-04-24 22:14:22 +08:00
Wang Shidong
ed51e65daf
Change home and end key in defx buffer (#2738)
* Change home and end key in defx buffer

* Add Ctrl-home key binding

* Update doc
2019-04-11 11:28:50 +08:00
Lin Kun
652ddcfbbd Add: add 2 new key bindings 'C' and 'X' for iedit(#2728) 2019-04-10 23:10:53 +08:00
Wang Shidong
5404fd4705
Improve iedit mode (#2725) 2019-04-05 15:42:50 +08:00
Shidong Wang
10153e8389 Add: iedit mode key binding x 2019-04-04 22:02:06 +08:00
Lin Kun
b905448fbc Add: add a new key binding 's' for iedit-model. (#2723) 2019-04-04 19:40:07 +08:00
Lin Kun
cc023acfba Add 3 key bindings SPC x t C, SPC x t W, SPC x t L (#2684)
* Add: add 3 new key bindings and document the same.

* Doc: sort key bindings.

* Doc: fix a typo.

* Fix: optimize.
2019-03-19 13:32:05 +08:00
Lin Kun
99d0631576 Fix: fix function of SPC f d to match its documentation. (#2682)
* Fix: fix function of SPC f d to match it's documentation.

* Doc: fix typos.
2019-03-18 14:33:42 +08:00
Lin Kun
840fd21c9e Add: Count words in select region. (#2675) 2019-03-17 22:03:27 +08:00
Wang Shidong
37e6169008
Change windows key binding and improve doc (#2674) 2019-03-17 20:35:21 +08:00