mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:10:06 +08:00
Update features
This commit is contained in:
parent
a7faa58b35
commit
b4c9b4f2a0
@ -44,6 +44,14 @@ Here is a throughput graph of the repository for the last few weeks:
|
||||
|
||||
## Features
|
||||
|
||||
[**Fly Grep in Vim**](https://spacevim.org/grep-on-the-fly-in-spacevim/)
|
||||
|
||||
With this feature, vim will display the searching result as you type. Of course, it is running
|
||||
asynchronously. Before using this feature, you need to install a searching tool. FlyGrep works
|
||||
through search tools: `ag`, `rg`, `ack`, `pt` and `grep`, Choose one you like.
|
||||
|
||||
![searching project](https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif)
|
||||
|
||||
[**Mnemonic key bindings navigation**](http://spacevim.org/mnemonic-key-bindings-navigation/)
|
||||
|
||||
You don't need to remember any key bindings, as the mapping guide will show up after the <kbd>SPC</kbd> is pressed.
|
||||
|
@ -5,6 +5,7 @@
|
||||
<meta name="baidu-site-verification" content="AN14j6xQVd" />
|
||||
{% seo %}
|
||||
<script type="text/javascript" src="http://tajs.qq.com/stats?sId=60680063" charset="UTF-8"></script>
|
||||
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
|
||||
<script>
|
||||
(function(w, d, s, l, i) {
|
||||
w[l] = w[l] || [];
|
||||
@ -99,12 +100,12 @@
|
||||
this.page.url = '{{ page.url | absolute_url }}';
|
||||
this.page.identifier = '{{ page.url | absolute_url }}';
|
||||
};
|
||||
(function() {
|
||||
var d = document, s = d.createElement('script');
|
||||
s.src = 'https://spacevim.disqus.com/embed.js';
|
||||
s.setAttribute('data-timestamp', +new Date());
|
||||
(d.head || d.body).appendChild(s);
|
||||
})();
|
||||
(function() {
|
||||
var d = document, s = d.createElement('script');
|
||||
s.src = 'https://spacevim.disqus.com/embed.js';
|
||||
s.setAttribute('data-timestamp', +new Date());
|
||||
(d.head || d.body).appendChild(s);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||
|
||||
|
@ -10,9 +10,11 @@ lang: cn
|
||||
|
||||
## 讨论
|
||||
|
||||
- [知乎专栏](https://zhuanlan.zhihu.com/SpaceVim)
|
||||
- [新浪微博](https://weibo.com/SpaceVim)
|
||||
- 微信公众号:SpaceVim
|
||||
关于中文讨论,其实一直没有找到合适的讨论区,类似与 reddit 的网站还没有。
|
||||
|
||||
- <i class="fab fa-discourse"></i> [知乎专栏](https://zhuanlan.zhihu.com/SpaceVim)
|
||||
- <i class="fab fa-weibo"></i> [新浪微博](https://weibo.com/SpaceVim)
|
||||
- <i class="fab fa-weixin"></i> 微信公众号:SpaceVim
|
||||
|
||||
## 提问
|
||||
|
||||
@ -21,4 +23,5 @@ lang: cn
|
||||
|
||||
## 聊天
|
||||
|
||||
SpaceVim 中文聊天主要是 QQ 群:121056965
|
||||
- <i class="fab fa-qq"></i> [`121056965` SpaceVim 中文交流群](https://jq.qq.com/?_wv=1027&k=43DB6SG)
|
||||
- <i class="fab fa-telegram-plane"></i> [`t.me/VimHub` Vim 中文 telegram 群](https://t.me/VimHub)
|
||||
|
@ -9,10 +9,13 @@ Visit these resources for help or general questions.
|
||||
|
||||
## Discuss
|
||||
|
||||
- [/r/spacevim on Reddit](https://reddit.com/r/spacevim)
|
||||
- [Mailing list](https://groups.google.com/forum/#!forum/spacevim)
|
||||
- [Twitter](https://twitter.com/SpaceVim)
|
||||
- [Facebook](https://www.facebook.com/SpaceVim)
|
||||
- <i class="fab fa-github"></i> [GitHub](https://github.com/SpaceVim/SpaceVim)
|
||||
- <i class="fab fa-reddit"></i> [Reddit](https://reddit.com/r/spacevim)
|
||||
- <i class="fab fa-twitter"></i> [Twitter](https://twitter.com/SpaceVim)
|
||||
- <i class="fab fa-facebook"></i> [Facebook](https://www.facebook.com/SpaceVim)
|
||||
- <i class="fab fa-google-plus-g"></i> [google plus](https://plus.google.com/communities/106181012794584190200)
|
||||
- <i class="fas fa-envelope"></i> [google groups](https://groups.google.com/forum/#!forum/spacevim)
|
||||
- <i class="fab fa-youtube"></i> [YouTube](https://www.youtube.com/channel/UC-3q4dVFS7gBpxhrON1WxIA)
|
||||
|
||||
## Ask
|
||||
|
||||
@ -25,9 +28,9 @@ All of these channels are bridged together. Click on one of the badges below to
|
||||
|
||||
"[{PROTOCOL}] <{NICK}> {MESSAGE}"
|
||||
|
||||
- [`SpaceVim/SpaceVim` on gitter](https://gitter.im/SpaceVim/SpaceVim)
|
||||
- [`#spacevim` on FreeNode](https://webchat.freenode.net/?channels=spacevim)
|
||||
- [`t.me/SpaceVim` on telegram](https://t.me/SpaceVim)
|
||||
- [`#spacevim:matrix.org` on Matrix](https://riot.im/app/#/room/%23spacevim:matrix.org)
|
||||
- [`#spacevim` on slack](https://spacevim.slack.com/messages/C88CTJ62J)
|
||||
- <i class="fab fa-gitter"></i> [`SpaceVim/SpaceVim` on Gitter](https://gitter.im/SpaceVim/SpaceVim)
|
||||
- <i class="fas fa-comments"></i> [`#spacevim` on FreeNode](https://webchat.freenode.net/?channels=spacevim)
|
||||
- <i class="fab fa-telegram-plane"></i> [`t.me/SpaceVim` on telegram](https://t.me/SpaceVim)
|
||||
- <i class="fab fa-rocketchat"></i> [`#spacevim:matrix.org` on Matrix](https://riot.im/app/#/room/%23spacevim:matrix.org)
|
||||
- <i class="fab fa-slack-hash"></i> [`#spacevim` on slack](https://spacevim.slack.com/messages/C88CTJ62J)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user