1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:30:04 +08:00
Commit Graph

430 Commits

Author SHA1 Message Date
Eric Wong
d064660bc1 docs(bootstrap): update doc of bootstrap functions 2024-12-24 10:56:21 +08:00
Eric Wong
40ea34694d feat(tabs): add tabs key bindings
- `SPC F d`: close current tab
- `SPC F D`: close other tabs
- `SPC F n`: create a new tab
2024-12-17 22:19:53 +08:00
Eric Wong
de1171ff0c docs(help): update buffer/file doc 2024-06-21 10:56:08 +08:00
Eric Wong
451a0e6ff1 docs(highlighter): add doc for SPC s h 2024-06-20 19:20:21 +08:00
Eric Wong
3346505fb9 docs(guide): update help doc for mapping guide 2024-06-18 22:23:51 +08:00
Eric Wong
f03c8e6ea2 docs(tabline): add doc for ctrl-shift-letf/right 2024-06-10 22:31:30 +08:00
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
1d8dbeb8bb feat(format.lua) add format.lua 2024-04-16 11:27:49 +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
Eric Wong
3ce8cfd6dc docs(sponsor): update sponsors page 2024-03-02 15:27:34 +08:00
Eric Wong
a4757de8cf docs(screenshot): update workflow screenshot 2024-02-28 12:04:30 +08:00
wsdjeg
1115c2c9e2 docs(font): update doc for default font 2023-10-05 12:12:58 +08:00
wsdjeg
1c2832a0a7 docs(alternate): update doc for toml configuration file 2023-08-07 22:53:29 +08:00
wsdjeg
77cd1b85e0 docs(task): doc for lua task provider 2023-08-07 18:36:57 +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
Eric Wong
d3727ce979
perf(whichkey): add which-key theme 2023-06-28 01:20:11 +08:00
wsdjeg
1061082e00 docs(todo): add doc about grep bug 2023-06-01 00:25:41 +08:00
wsdjeg
d14af8a1d9 perf(neotree): add ctrl-h key binding 2023-05-31 20:10:25 +08:00
Shidong Wang
f97e3e9f94
fix(core): fix major mode cache support 2023-04-18 19:40:42 +08:00
wsdjeg
ab8b3e7901 docs(grammar): fix grammar in documentation 2023-03-29 09:09:07 +08:00
Ikko Ashimine
09bffd93c0
docs(typo): fix typo in documentation.md
boostrap -> bootstrap
2022-12-28 14:16:14 +08:00
tbrixen
09593ef85f
docs(typo): fix spelling mistake 2022-11-29 18:59:28 +08:00
wsdjeg
39750dec56 docs(scrollbar): update doc of scrollbar 2022-11-12 20:36:21 +08:00
Wang Shidong
3db40b345a
feat(tasks): add telescope task 2022-11-01 00:21:03 +08:00
wsdjeg
f458b75dcb feat(projectmanager): support project_non_root option
the RootchandgeCallback function should only be
called on project.
2022-10-26 18:54:44 +08:00
wsdjeg
70e3570082 feat(runner): add ctrl-` to close code runner windows 2022-10-23 14:04:09 +08:00
wsdjeg
cb3e1e1807 docs(runner): add custom runner section 2022-10-22 00:14:13 +08:00
wsdjeg
02afefa413 feat(repl): add i key binding to insert text 2022-10-20 22:33:26 +08:00
wsdjeg
1ed769feb2 feat(clipboard): add clipboard#set function 2022-10-11 11:02:00 +08:00
wsdjeg
7982f054e9 docs(document): update documentation 2022-06-12 10:47:35 +08:00
wsdjeg
b10a4b5500 feat(filetree): add user autocmd to override key binding 2022-05-30 21:15:48 +08:00
wsdjeg
0c18fa74f3 docs(font): add font transient state image 2022-05-29 13:51:27 +08:00
wsdjeg
214ca3c3e2 feat(font): add SPC z . key binding 2022-05-29 13:14:43 +08:00
wsdjeg
3983da1c7b docs(development): update development page 2022-05-28 17:20:24 +08:00
wsdjeg
3daea9e7ae feat(mapping): add SPC f v s to view scriptnames 2022-05-18 13:36:05 +08:00
wsdjeg
d93d79af40 docs(documentation): update fuzzy finder list 2022-05-17 20:57:58 +08:00
wsdjeg
080c793261 docs(documentation): update doc about code runner and repl
close https://github.com/SpaceVim/SpaceVim/issues/4657
2022-05-08 22:08:54 +08:00
Kristof Ostir
7997125071
docs(core): update docs to clarify location of settings 2022-05-05 17:36:42 +08:00
wsdjeg
bfb5444c34 feat(major_mode): add wrap line major mode icon 2022-04-23 16:50:28 +08:00
wsdjeg
10098fdf37 feat(mapping): improve SPC w m key binding 2022-04-23 10:31:59 +08:00
wsdjeg
4b617500ec docs(scrollbar): add doc about scrollbar 2022-04-22 11:53:22 +08:00
wsdjeg
ca969ce065 feat(ctrlg): add ctrl-g key binding to display project info 2022-04-11 23:00:31 +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
e1aba6d16e docs(iedit): update documentation page 2022-04-09 01:27:14 +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
8677c8a830 feat(mapping): add SPC b o to kill all buffers and windows 2022-03-23 14:10:09 +08:00