1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 09:35:40 +08:00

105 Commits

Author SHA1 Message Date
Wang Shidong
4e45d04470
Update doc for key binding SPC f / () 2020-09-20 12:11:34 +08:00
Wang Shidong
bdaf308fcb
Update doc for statusline () 2020-09-19 16:04:55 +08:00
Wang Shidong
a2ae25aac6
Remove key binding <Tab> () 2020-09-18 22:45:27 +08:00
Wang Shidong
8008b8389e
Add doc for code indentation () 2020-09-10 22:23:54 +08:00
Wang Shidong
d9bc5a3dae
Improve pastebin plugin () 2020-09-10 21:03:26 +08:00
Wang Shidong
b71ee0c96f
Change default keybinding loading ()
* 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 ()
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) () 2020-09-05 12:43:52 +08:00
Wang Shidong
5665e23236
Fix key binding g r () 2020-08-25 23:15:37 +08:00
Wang Shidong
752b81feeb
Add git-grep support () 2020-08-21 22:36:25 +08:00
BillLucky
81aa834657
typo(doc): romote -> remote ()
romote -> remote
2020-08-04 21:30:50 +08:00
Wang Shidong
8c3d1d8281
Fix dein support ()
close 
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 () 2020-04-29 23:32:26 +08:00
Wang Shidong
340f179a96
Add doc for search index () 2020-04-26 10:36:34 +08:00
Wang Shidong
a4fe1351db
Update doc for vimcompatible () 2020-04-17 22:23:43 +08:00
Michal Příhoda
4baf76d542
Add: Allow to use prefix count to specify length of password. ()
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 ()
"SauceCodePro" -> "SourceCodePro"
2020-04-06 19:13:21 +08:00
Wang Shidong
d8e238b586
Tasks provider () 2020-02-23 21:29:04 +08:00
Wang Shidong
b8e22780a8
Add tasks detection () 2020-02-22 16:54:44 +08:00
Wang Shidong
94568dbacb
Improve tasks support () 2020-02-21 16:01:07 +08:00
Wang Shidong
07fe224817
Update doc and wiki () 2020-02-16 16:15:32 +08:00
Wang Shidong
6cd772cfb4
Add tasks support () 2020-02-14 22:15:04 +08:00
Wang Shidong
d93e29e4c2
Improve general doc () 2020-02-14 21:39:42 +08:00
Wang Shidong
d6b748d226
Add bang support for Alt file command () 2020-02-03 22:15:00 +08:00
Wang Shidong
cd1ac44984
Add windows resize key binding () 2020-01-29 14:15:29 +08:00
Wang Shidong
4da2e13a8e
Update links () 2019-10-14 23:29:07 +08:00
Wang Shidong
483b3285ba
Improve spacevim.org () 2019-10-04 14:13:51 +08:00
Lin Kun
b2d93b1d69 add: add two new align symbols: # % () 2019-10-03 12:32:30 +08:00
Wang Shidong
6cb57388cc
Add keybinding for resize defx () 2019-09-25 12:22:24 +08:00
Wang Shidong
3249178052
Add vcs conflict marker unimpaired binding ()
close 
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 ()
* 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. ()
* Fix a typo.

* Fix a typo.
2019-05-05 13:23:30 +08:00
Wang Shidong
d85cb639cb
Fix cn doc ()
* 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 ()
* 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 ()
* 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() 2019-04-10 23:10:53 +08:00
Wang Shidong
5404fd4705
Improve iedit mode () 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. () 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 ()
* 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. ()
* 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. () 2019-03-17 22:03:27 +08:00
Wang Shidong
37e6169008
Change windows key binding and improve doc () 2019-03-17 20:35:21 +08:00
Wang Shidong
e628e1eebf
Change plugin list key binding ()
* Change plugin list key binding

* Fix doc
2019-03-14 23:32:20 +08:00
Wang Shidong
f55fac7c2e
Add option filetree_direction () 2019-03-14 00:03:35 +08:00
Wang Shidong
cd5ac21256
Update file tree key binding ()
* Update file tree key binding

* Update doc
2019-02-27 08:13:00 -06:00
Shidong Wang
007a128025 Update achievement 2019-02-23 13:59:49 +08:00
Shidong Wang
e97974ff35 Hotfix: cn page type 2019-02-20 23:21:11 +08:00