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

366 Commits

Author SHA1 Message Date
Shidong Wang
654cfc8855
feat(core): add SPC h g/G to run helpgrep asynchronously
Problem: `:helpgrep` is too slow, there is no key binding for
         asynchronously helpgrep.
Solution: - Add `SPC h g` to run helpgrep asynchronously.
          - Add `SPC h G` to run helpgrep with cursor word
            asynchronously
2021-09-22 23:20:51 +08:00
Shidong Wang
bdc0101b9a
feat(core): Add SPC f a key binding to save as new file
Problem: There is no key binding to save current buffer as new file.
Solution: Add `SPC f a` key binding

close https://github.com/SpaceVim/SpaceVim/issues/4310
2021-09-21 22:04:26 +08:00
Wang Shidong
7e33b5e39b
Add doc for custom spc func (#4472) 2021-09-19 17:54:17 +08:00
Wang Shidong
caa54d32e7
Change filetree gitstatus option name (#4465) 2021-09-12 23:45:01 +08:00
Wang Shidong
39bf31c4b2
Change default filetree to nerdtree (#4464) 2021-09-12 23:06:37 +08:00
Wang Shidong
b80606aec5
Add SPC j c key binding (#4443) 2021-08-29 00:05:11 +08:00
Wang Shidong
d807b9bf8d
Update doc (#4425) 2021-08-27 10:25:02 +08:00
Wang Shidong
8f349d0aae
Update website (#4421) 2021-08-23 22:14:58 +08:00
Wang Shidong
061de45b7b
Add smooth scrolling key bindings (#4386) 2021-08-12 10:45:36 +08:00
Jozsef Lazar
af8e26af86
update make_tasks example to support Makefiles with multiple .PHONY options (#4337) 2021-07-19 20:53:12 +08:00
Wang Shidong
ca70bd8eb0
Add key binding SPC p F (#4309) 2021-07-03 21:53:20 +08:00
Wang Shidong
cad4370889
Update doc for todo manager (#4304)
close https://github.com/SpaceVim/SpaceVim/issues/4300
2021-06-28 22:53:50 +08:00
Isho
7fc00c9c81
Update documentation (#4253) 2021-06-21 20:39:29 +08:00
Wang Shidong
1b8c5dd443
Improve alternate file config (#3493) 2021-05-31 23:32:48 +08:00
Wang Shidong
c20177c401
Update doc (#4246) 2021-05-07 19:29:32 +08:00
Wang Shidong
2dd0f66ec1
Add file search option (#4245) 2021-05-01 22:47:19 +08:00
Isho
64b9909276
Reword '.' key-binding description to make it clearer (#4240) 2021-04-29 22:50:22 +08:00
Mateo Gonzales Navarrete
86668e4a25
Fix typos in docs (#4235) 2021-04-27 00:37:56 +08:00
Wang Shidong
5286e1724f
Update doc (#4223)
close https://github.com/SpaceVim/SpaceVim/issues/4222
2021-04-22 23:30:18 +08:00
Wang Shidong
d4a217141b
Update doc for SPReinstall (#4212) 2021-04-17 13:22:32 +08:00
Wang Shidong
e32b57446f
Add SPC w f for toggle follow mode (#4201) 2021-04-12 23:02:09 +08:00
Wang Shidong
7364584d31
Add m c key binding (#4199) 2021-04-11 22:41:15 +08:00
Kun Lin
7577abceb0
Fix and add the key bindings toggle case (#4190)
* Fix the two key bindings 'SPC x u' and 'SPC x U'

* Add one new key bindings 'SPC x ~'.

* Update the documentations accordingly.
2021-04-11 12:31:24 +08:00
Shidong Wang
37b71e77a0 Update doc for SPC w u/U 2021-04-10 22:45:54 +08:00
Wang Shidong
9f6ecc5d30
Update doc for SPC t h i (#4184) 2021-04-10 22:35:52 +08:00
Shidong Wang
a6ba9490ca Update doc for SPC c y 2021-04-10 22:27:42 +08:00
Wang Shidong
5268e5210a
Add SPC x l key binding group (#4182) 2021-04-10 20:10:16 +08:00
Kun Lin
b8364c1a21
Update documentations for the key bindings mc (#4178)
Co-authored-by: Kun Lin <ssfjhh@gmail.com>
2021-04-07 10:27:15 +08:00
Wang Shidong
4407b7c8af
Add multiple tasks support (#4150) 2021-03-31 19:47:05 +08:00
Wang Shidong
1ca32fce79
Add task problem matcher (#4127) 2021-03-14 15:12:00 +08:00
Ben Anson
c69e3af7af
doc: project_rooter_automatically (#4129)
+ some other minor corrections
2021-03-13 09:36:32 +08:00
Ben Anson
5af5b0d508
feat: add autocomplete toggle for deoplete (#4125)
Signed-off-by: Ben Anson <benansondev@gmail.com>
2021-03-11 21:16:37 +08:00
Shidong Wang
a61ae055b1 Update documentation for adding custom plugins 2021-02-10 12:54:10 +08:00
Kark
c5b6a1446f
Fix url of 'Send a PR' at /documentation (#4069) 2021-02-04 21:31:28 +08:00
Robin Schneider
29b3dcc45e
Doc: Use HTTPS everywhere (#4020) 2021-01-02 18:00:51 +08:00
Xue Qianming
267b19fa71
Add: documentation for LangSPCGroupName and LangSPC (#4012) 2020-12-21 07:33:11 +08:00
GBProd
cc95234586
Add: introduce splitjoin (#3956) 2020-12-19 21:00:47 +08:00
Wang Shidong
03a2ab8afe
Doc for reinstalling plugins (#3992) 2020-12-02 22:12:16 +08:00
Wang Shidong
798923cfcc
Update doc for key binding SPC f Y (#3983) 2020-11-27 23:01:21 +08:00
GBProd
e114730e71
Doc: add documentation for expand-region key bindings (#3952) 2020-11-13 14:47:49 +08:00
Wang Shidong
f1bff22dd4
Update doc for SPC f / (#3935) 2020-11-03 23:01:11 +08:00
Wang Shidong
15a511c32f
Add doc for undotree (#3889) 2020-10-31 15:52:34 +08:00
Wang Shidong
b9b416d219
Update doc (#3911) 2020-10-24 14:32:42 +08:00
Wang Shidong
ce73df6fc5
Add f{char} for iedit-normal mode (#3922) 2020-10-23 22:41:54 +08:00
Wang Shidong
19413daddb
Update doc for Leader f p (#3917) 2020-10-20 21:54:08 +08:00
Lin Kun
c5387da3fc
Doc: add description for <Leader> P. (#3913) 2020-10-19 22:06:51 +08:00
liuxia-bytedance
1f963bf725
Fix typo in documentation (#3914) 2020-10-19 15:16:30 +08:00
Wang Shidong
093b5fdf49
Update doc for file tree (#3729) 2020-10-14 19:34:49 +08:00
Wang Shidong
1ac1fd789a
Add projects caches (#3875) 2020-10-08 12:05:34 +08:00
Wang Shidong
acdcfa5aae
Add quickfix support for flygrep (#3872) 2020-10-07 13:31:10 +08:00