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

224 Commits

Author SHA1 Message Date
Wang Shidong
b506b659e3
Update doc for quickfix_doc (#2766)
* Update doc for quickfix_doc

* Update cn doc
2019-04-24 22:14:22 +08:00
Wang Shidong
b627d2e8ab
Update git layer (#2761)
* Update git layer

* Disable signify when git layer is loaded

* Add key binding

* Update key binding

* Update doc
2019-04-24 21:13:20 +08:00
Wang Shidong
c7ce5499e4
Fuzzy find tag (#2745)
* Add fuzzy find tags command

* Add key binding
2019-04-13 22:12:57 +08:00
Shidong Wang
57ceada2c0 Update development page 2019-04-13 14:48:24 +08:00
Wang Shidong
0ae0cd55f4
Add option for clang based syntax highlight (#2744)
* Add option for clang based syntax highlight

* Update cn doc
2019-04-13 13:56:41 +08:00
Wang Shidong
ed51e65daf
Change home and end key in defx buffer (#2738)
* Change home and end key in defx buffer

* Add Ctrl-home key binding

* Update doc
2019-04-11 11:28:50 +08:00
Lin Kun
652ddcfbbd Add: add 2 new key bindings 'C' and 'X' for iedit(#2728) 2019-04-10 23:10:53 +08:00
Wang Shidong
bc0057858b
Update version to v1.2.0-dev (#2732) 2019-04-09 21:30:48 +08:00
Wang Shidong
2b3f3b7643
Release v1.1.0 (#2726)
* Update release script

* Update wiki

* Update img

* Update release page

* Change release page

* Fix resume

* Add Leader f SPC for fzf layer

* Add fzf menu support

* Use o to open dir in defx

* Update roadmap

* Update version

* Update version in script

* Add fzf mru

* Fix spacevim log level

close #2561
2019-04-08 07:46:56 +08:00
Wang Shidong
5404fd4705
Improve iedit mode (#2725) 2019-04-05 15:42:50 +08:00
Shidong Wang
10153e8389 Add: iedit mode key binding x 2019-04-04 22:02:06 +08:00
Lin Kun
b905448fbc Add: add a new key binding 's' for iedit-model. (#2723) 2019-04-04 19:40:07 +08:00
Lin Kun
133b9d4757 Doc: fix a markdown sytax error. (#2714) 2019-03-30 14:00:58 +08:00
Wang Shidong
1fefff25fe
Merge branch 'master' into cursor 2019-03-28 15:32:49 +08:00
Lin Kun
cc023acfba Add 3 key bindings SPC x t C, SPC x t W, SPC x t L (#2684)
* Add: add 3 new key bindings and document the same.

* Doc: sort key bindings.

* Doc: fix a typo.

* Fix: optimize.
2019-03-19 13:32:05 +08:00
Lin Kun
99d0631576 Fix: fix function of SPC f d to match its documentation. (#2682)
* Fix: fix function of SPC f d to match it's documentation.

* Doc: fix typos.
2019-03-18 14:33:42 +08:00
Wang Shidong
d7d957957e
Add rust layer option (#2678) 2019-03-18 00:12:11 +08:00
Lin Kun
840fd21c9e Add: Count words in select region. (#2675) 2019-03-17 22:03:27 +08:00
Wang Shidong
37e6169008
Change windows key binding and improve doc (#2674) 2019-03-17 20:35:21 +08:00
姚文强
7539f3e10d fix typo (#2673) 2019-03-17 08:14:22 +08:00
Wang Shidong
e628e1eebf
Change plugin list key binding (#2665)
* Change plugin list key binding

* Fix doc
2019-03-14 23:32:20 +08:00
Wang Shidong
f55fac7c2e
Add option filetree_direction (#2661) 2019-03-14 00:03:35 +08:00
Lin Kun
35be464401 Doc: fix a error in some former commit. (#2660) 2019-03-13 22:12:01 +08:00
Wang Shidong
714926260b
Improve test layer (#2650)
* Fix test layer

* Fix test layer
2019-03-10 09:20:33 +08:00
Aron Griffis
1ee397c7a2 Finish renaming enable_statusline_display_mode to enable_statusline_mode (#2634)
This was started in #1843 but there were still remnants of the old name
in various guides and toml files.
2019-03-04 19:51:47 +08:00
Lin Kun
e36007c836 Add: add a new key binding SPC l K (#2628) 2019-02-27 21:52:45 -06:00
Wang Shidong
cd5ac21256
Update file tree key binding (#2630)
* Update file tree key binding

* Update doc
2019-02-27 08:13:00 -06:00
Wang Shidong
1c33d30eb2
Add guide for using vim as ruby ide (#2603) 2019-02-25 11:18:21 -06:00
Wang Shidong
8059a9d4d1
Add whatsapp channel (#2625) 2019-02-24 08:36:04 -06:00
Shidong Wang
166c537cd7 Update statusline doc 2019-02-23 16:20:01 +08:00
Lin Kun
4b1f3273dd Doc: doc the argument 'whitespace' in statusline. (#2624) 2019-02-23 15:49:08 +08:00
Shidong Wang
007a128025 Update achievement 2019-02-23 13:59:49 +08:00
Lin Kun
8974e91873 Doc: fix some typos. (#2621) 2019-02-23 08:18:06 +08:00
Lin Kun
e8d39bea00 Fix: replace the function markdown-insert-URL with a new one. (#2617)
* Fix: replace the function markdown-insert-URL with a new one.

* Doc: update docs for the new markdown_insert_URL.

* Fix: a very very smal promotion.
2019-02-21 16:19:39 +08:00
Shidong Wang
e97974ff35 Hotfix: cn page type 2019-02-20 23:21:11 +08:00
Lin Kun
5f1d96b7cf Remove: Delete format markdown table key binding SPC l ft. (#2613)
* Fixed: the | that prefixed by a \ should not be treated as a seperator of MarkDown table.

* Remove the key binding SPC l ft of Markdown layer.

* Doc: remove the descriptions of SPC l ft which has been removed.
2019-02-20 21:57:51 +08:00
Lin Kun
d5a69a4f94 Doc: add descriptions of installing formatting tools of Markdown. (#2611) 2019-02-20 15:57:41 +08:00
Lin Kun
205f236bb7 Doc: do some translation work in cn documentations. (#2608)
* Doc: do some translation work in cn documentations.

* Doc: fix a typo.
2019-02-19 21:58:47 +08:00
Lin Kun
27730cfa4a Doc: update cn documentation for layer statusline. (#2607)
* Doc: update cn documentation for layer statusline.

* Doc: fix typos.
2019-02-19 21:56:49 +08:00
Lin Kun
61279a289e Doc: translate <C-e> to Ctrl-e etc. (#2605)
* Doc: fix typos.

* Doc: make the translation more accurate.

* Doc: update documentations.

* Doc: translate <C-e> to Ctrl-e etc.

* Doc: fix typos.

* Doc: fix typos.
2019-02-19 21:54:05 +08:00
Lin Kun
c64fdc2ddf Change: toggle functions of some pairs of key bindings. (#2601) 2019-02-18 13:28:30 +08:00
Lin Kun
bf92a4d5ed Fixed: auto-indent new line after SPC j S. (#2598) 2019-02-18 09:09:20 +08:00
Lin Kun
5f6e8c05b0 Add: add 3 new comment key binding. (#2599)
* add SPC c y to comment and yark

* add SPC c u to uncomment

* add SPC c $ to comment to EOL

* Doc: update documentations.

* Doc: update documentations.
2019-02-18 09:03:28 +08:00
Lin Kun
486907ead4 Doc: update documentations for SPC x a r. (#2596) 2019-02-17 12:42:11 +08:00
Shidong Wang
c217841426 Add zhihu community 2019-02-17 11:48:31 +08:00
Shidong Wang
7b3aaf949f Update cn doc 2019-02-17 11:36:19 +08:00
Lin Kun
c376371b67 Add: add 2 new key bindings and the corresponding documentations. (#2593)
* Add: add 2 new key bindings and the corresponding documentations.

* Doc: translate some documentation.
2019-02-17 10:30:13 +08:00
Lin Kun
ceb77758ee Doc: fix typos. (#2580) 2019-02-13 23:25:34 +08:00
Wang Shidong
3d720302f0
Add perli support for perl repl (#2578)
* Add perli support for perl repl

* Fix api

* Update doc for installing perli
2019-02-12 11:02:20 +08:00
Wang Shidong
af636208cb
Improve kotlin support (#2573)
* Improve kotlin support

* Update kotlin layer doc

* Update kotlin support
2019-02-11 21:16:00 +08:00