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

5043 Commits

Author SHA1 Message Date
Shidong Wang
25bf4a1b32
fix(core): fix Enter key in filetree(nerdtree)
The `Enter` key do not change the root to cursor directory.
As the documentation says, `Enter` key is used to open directory
or drop file.
2021-09-21 23:46:10 +08:00
Shidong Wang
492209fe89
fix(core): filetree key binding ctrl-home does not work
problems: the key binding `ctrl-home` in filetree buffer does not work.
solution: map `ctrl-home` to NERDTreeCWD command
2021-09-21 23:36:47 +08:00
Shidong Wang
8a8f5f4113
doc(bundle): update plugins bundle readme 2021-09-21 22:45:15 +08:00
Shidong Wang
b8eae5e4f7
fix(plugin): Fix key binding error E225
problem: when save file, always get error
         `E225: global mapping already exists for (`
solution: remvoe unique when defind mappings

close https://github.com/SpaceVim/SpaceVim/issues/4109
2021-09-21 22:41:23 +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
Shidong Wang
1bbc24ea4d
feat(plugins): Do not open quickfix list when only one entry 2021-09-21 21:31:00 +08:00
Shidong Wang
eca2127327 doc(layer): add :h SpaceVim-layers-cscope 2021-09-20 23:14:28 +08:00
Shidong Wang
3354f6e6a7 fix(nerdtree): Fix . key binding in nerdtree
Within filetree buffer, the `.` key is used to toggle hidden files
2021-09-20 22:45:49 +08:00
Shidong Wang
534c2bf815 fix(nerdtree): Fix N key binding in nerdtree
Within filetree buffer, the `N` key is used to create node.
2021-09-20 22:33:28 +08:00
Shidong Wang
6d44ea4780 doc(layer): fix layer tags prefix 2021-09-20 22:16:14 +08:00
Wang Shidong
65816f2270
feat(unite): improve unite layer
close https://github.com/SpaceVim/SpaceVim/issues/4084
2021-09-20 22:07:27 +08:00
Shidong Wang
03b62e1ad7 feat(layer): add open_quickfix layer option
add `open_quickfix` layer option for `gtags` layer.
update `:h spacevim-layer-gtags`.

close https://github.com/SpaceVim/SpaceVim/issues/4135
2021-09-20 19:15:52 +08:00
Shidong Wang
6a1437f49f feat(layer): add layer option for filetree columns
the spacevim option for vimfiler columns is too long,
move them to core layer.
2021-09-20 16:33:25 +08:00
Shidong Wang
5866f07bb9 feat: use relative path for SPC f s 2021-09-19 23:07:56 +08:00
Shidong Wang
5f434d28c8 doc: update doc of checkers layer 2021-09-19 22:57:47 +08:00
Shidong Wang
3fc49916cc chore: update copyright 2021-09-19 22:23:23 +08:00
Shidong Wang
7280ce8b07 chore: delete appveyor.yml 2021-09-19 22:16:55 +08:00
Shidong Wang
c143ae0712 doc: fix layer link
The link of these layer is wrong in help file.
- autocomplete layer
- colorscheme layer
2021-09-19 22:12:54 +08:00
Shidong Wang
7e613e11f9 docs: update :h SpaceVim-changelog 2021-09-19 22:06:14 +08:00
Wang Shidong
7e33b5e39b
Add doc for custom spc func (#4472) 2021-09-19 17:54:17 +08:00
Wang Shidong
68e123447a
Update core layer (#4467) 2021-09-19 17:32:31 +08:00
Shidong Wang
513a682963 Fix type in elixir article 2021-09-19 13:36:48 +08:00
Wang Shidong
7093d3aa0c
fix link (#4471)
close #4466
2021-09-18 22:57:06 +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
2bad103358
Fix job api (#4463)
close https://github.com/SpaceVim/SpaceVim/issues/4458
close https://gitee.com/spacevim/SpaceVim/issues/I48Z0S
2021-09-11 13:56:55 +08:00
Wang Shidong
4bad742708
Fetch all history (#4460) 2021-09-09 21:13:23 +08:00
Wang Shidong
dd6c9db172
Add -f flag (#4459) 2021-09-09 20:55:44 +08:00
Wang Shidong
05e45fc053
Improve ui layer (#4455) 2021-09-08 10:35:38 +08:00
livrth
2a3981acfd
Update documentation.md (#4456) 2021-09-06 13:57:05 +08:00
Wang Shidong
458b972974
Fix g d in lang#typescript layer (#4454)
close #4445
2021-09-04 11:57:21 +08:00
Kaszanas
8146051d5e
Fixed typo in layers/lang/go.md (#4452)
refernce -> reference
2021-09-02 13:37:12 +08:00
Wang Shidong
943d34a1d2
Add option for emmet (#4451)
* Add options for setting emmet filetype

close https://github.com/SpaceVim/SpaceVim/issues/4247

* Update

* Update
2021-09-01 21:16:13 +08:00
Aaron
aa02628810
Update README.md (#4449) 2021-08-31 21:31:54 +08:00
Wang Shidong
84c2d69e23
Fix cached project (#4403) 2021-08-29 22:04:24 +08:00
Wang Shidong
dc93c46f6d
Update issue template (#4446) 2021-08-29 16:37:19 +08:00
Wang Shidong
0c29068182
Use mirror (#4444) 2021-08-29 00:33:12 +08:00
Wang Shidong
b80606aec5
Add SPC j c key binding (#4443) 2021-08-29 00:05:11 +08:00
Wang Shidong
46869748f5
Use splitjoin to open line (#4442) 2021-08-28 22:25:37 +08:00
Wang Shidong
f286e5a83c
Fix typescript eslint maker (#4441)
close #4440
2021-08-28 19:51:05 +08:00
Wang Shidong
ee07874b8b
fix notify api (#4438)
`:only` command break the notify api.
2021-08-27 23:57:06 +08:00
Wang Shidong
4006e9b912
add language mapping test (#4431) 2021-08-27 11:47:11 +08:00
Wang Shidong
d807b9bf8d
Update doc (#4425) 2021-08-27 10:25:02 +08:00
Wang Shidong
420f861d25
Hot Fix (#4430) 2021-08-26 21:08:02 +08:00
Wang Shidong
a3551972a6
Use bot token (#4429) 2021-08-26 21:00:19 +08:00
Wang Shidong
9646f70056
Update followHEAD (#4428) 2021-08-26 20:19:09 +08:00
Wang Shidong
12e19d8db0
Tabmanager name (#4427) 2021-08-26 00:22:05 +08:00
Wang Shidong
d7ccf9370c
Escape space in rtp (#4423) 2021-08-24 00:25:30 +08:00
Wang Shidong
6b633d9d7f
Change title margin (#4422) 2021-08-23 22:26:53 +08:00
Wang Shidong
8f349d0aae
Update website (#4421) 2021-08-23 22:14:58 +08:00