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

167 Commits

Author SHA1 Message Date
Eric Wong
87f7eca4c5 perf(statusline): improve syntax info color 2024-05-27 19:51:13 +08:00
Eric Wong
ea7134702c docs(website): update doc 2024-05-07 09:25:50 +08:00
Eric Wong
96fe87f849 revert(mapping)!: remove SPC b h, duplicate with SPC a s 2024-03-15 19:59:09 +08:00
Eric Wong
f56ae9c4db docs(key): format key binding list 2024-03-02 20:40:27 +08:00
wsdjeg
1115c2c9e2 docs(font): update doc for default font 2023-10-05 12:12:58 +08:00
wsdjeg
6ed541e501 docs(img): use img.spacevim.org for img url 2023-08-06 13:33:47 +08:00
Eric Wong
8a7ec45818
Release v2.2.0 2023-07-05 11:50:23 +08:00
zackzhangkai
3635c7775c
docs(website): typo in website
Signed-off-by: 张凯 <zackzhangkai@gmail.com>

Signed-off-by: 张凯 <zackzhangkai@gmail.com>
Co-authored-by: 张凯 <zackzhangkai@gmail.com>
2022-09-24 20:09:51 +08:00
zackzhangkai
772f830b62
docs(typo): fix typo in website
Signed-off-by: 张凯 <zackzhangkai@gmail.com>

Signed-off-by: 张凯 <zackzhangkai@gmail.com>
Co-authored-by: 张凯 <zackzhangkai@gmail.com>
2022-09-18 12:02:12 +08:00
wsdjeg
b47ebda7b5 docs(filetree): update filetree doc 2022-05-30 23:23:29 +08:00
wsdjeg
3983da1c7b docs(development): update development page 2022-05-28 17:20:24 +08:00
wsdjeg
9d627870d8 docs(documentation): update mouse and scrollbar section 2022-04-23 22:53:40 +08:00
wsdjeg
813ad6c950 feat(todomanager): add todo_prefix option
close https://github.com/SpaceVim/SpaceVim/issues/3819
2022-04-10 21:37:27 +08:00
wsdjeg
1144ada6c9 docs(custom_plugins): add doc for adding multiple plugins
ref https://github.com/SpaceVim/SpaceVim/issues/73
2022-04-04 18:17:36 +08:00
wsdjeg
2506fec3a0 feat(mapping): add SPC f R to rename current file 2022-04-04 14:35:55 +08:00
wsdjeg
e1e2138080 docs(weisite): update website documentation 2022-03-31 12:50:48 +08:00
wsdjeg
8677c8a830 feat(mapping): add SPC b o to kill all buffers and windows 2022-03-23 14:10:09 +08:00
Kun Lin
e1d68de4c2
feat(edit): add reverse-lines key binding 2022-02-26 11:03:48 +08:00
wsdjeg
9685aa13d4 feat(buffer): add SPC b ctrl-shift-d to kill buffer by regexp 2022-02-03 22:46:50 +08:00
Kun Lin
e8d636c708
docs(website): add doc about hide file tree by default 2021-11-26 12:01:15 +08:00
Shidong Wang
b2d1d74606
refactor(fuzzy)!: change key binding SPC f F
use `SPC f F` to find cursor file in buffer directory

close https://github.com/SpaceVim/SpaceVim/issues/4311
BREAKING CHANGE: change key binding SPC f F
2021-10-16 15:15:53 +08:00
Shidong Wang
e5f77cc370
docs(documentation): translate cn documentation page 2021-10-16 14:45:55 +08:00
Shidong Wang
eae76b845b
docs(documentation): update doc for key binding Leader y/Y 2021-10-15 00:43:52 +08:00
Shidong Wang
bc0bc6e345
doc(core): update doc of <Enter> key in filetree 2021-10-01 21:48:03 +08:00
Shidong Wang
3a68e6ad21
doc(core): add :h SpaceVim-options-bootstrap_after/before
Problem: there isn't doc about boostrap function.
Solution:
1. add `:h SpaceVim-options-bootstrap_before`
2. and `:h SpaceVim-options-bootstrap_after`
3. update cn documentation about the differences between
   bootstrap_after and bootstrap_before function.
2021-10-01 18:49:22 +08:00
Shidong Wang
a319735129
add(core): add key binding to toggle auto parens mode
Problem: there is no key binding to toggle auto parens mode
Solution: add `SPC t P` to toggle auto parens mode

close https://github.com/SpaceVim/SpaceVim/issues/4312
2021-09-25 21:34:44 +08:00
Shidong Wang
483e3c0e29
change(core): deprecate statusline_unicode_symbols option
Problem: the option name is too long
Solution: change `statusline_unicode_symbols` to `statusline_unicode`
2021-09-25 21:09:11 +08:00
Shidong Wang
c9e22897e9
doc(layer): update doc about fuzzy finder layer 2021-09-22 23:51:22 +08:00
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
livrth
2a3981acfd
Update documentation.md (#4456) 2021-09-06 13:57:05 +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
1b8c5dd443
Improve alternate file config (#3493) 2021-05-31 23:32:48 +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
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
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
Shidong Wang
a61ae055b1 Update documentation for adding custom plugins 2021-02-10 12:54:10 +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