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
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
wsdjeg
f73a5cb205
docs(align): fix table align
2022-02-03 21:23:07 +08:00
wsdjeg
a8d90178c9
docs(fzf): add :h SpaceVim-layers-fzf
2022-02-03 21:19:01 +08:00
jtagcat
648c5f2f3c
docs(guide): mention SPC == space
2022-02-02 14:11: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
52c76a1147
docs(website): update custom_plugins document
2021-11-12 09:54:11 +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
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
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
72349e4dd7
change(core): deprecate project_rooter_automatically
option
...
change `project_rooter_automatically` to `project_auto_root`
2021-09-25 21:00:22 +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
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