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

1338 Commits

Author SHA1 Message Date
wsdjeg
0d2b4506cd Fix code block
http://spec.commonmark.org/0.27/#code-spans
2017-06-10 20:23:55 +08:00
wsdjeg
b122e50bef Update doc for g prefix command 2017-06-10 20:08:48 +08:00
wsdjeg
e6ca778db7 Add g& : repeat last ':s' on all lines 2017-06-10 16:12:47 +08:00
wsdjeg
14a3116fc6 Add g<C-g>: show cursor info 2017-06-10 15:59:23 +08:00
wsdjeg
d6e24326b4 Add g prefix guide 2017-06-10 15:44:18 +08:00
wsdjeg
3cf2dad981 Merge branch 'file_tree' into dev 2017-06-09 22:49:43 +08:00
wsdjeg
30fec17114 Remove vimfiler message when toggle buffer 2017-06-09 22:29:52 +08:00
wsdjeg
23249ad375 Fix enter dir 2017-06-09 21:08:16 +08:00
wsdjeg
18bf63459d Enable sitemap for website 2017-06-08 22:35:03 +08:00
wsdjeg
d17a01531c Add doc for file tree 2017-06-08 00:29:31 +08:00
wsdjeg
221bfedc79 Use getpos('.') instead of getcurpos()
close #605
2017-06-07 21:28:47 +08:00
wsdjeg
431b1b85a0 Add SPC f v d to open custom configration file 2017-06-07 20:20:54 +08:00
wsdjeg
69b250b6f5 Add file mappings 2017-06-06 23:34:12 +08:00
wsdjeg
afa34384cb Merge branch 'dev' 2017-06-06 20:39:55 +08:00
wsdjeg
01b37c4bf1 Fix auto hlsearch
close #606
2017-06-06 20:31:04 +08:00
wsdjeg
bb3c24ec8f Add bookmarks 2017-06-05 23:11:20 +08:00
wsdjeg
2172cff285 Fix conflict mappings 2017-06-05 21:23:04 +08:00
wsdjeg
66e8820e82 Add mappings for create empty buffer 2017-06-05 21:17:44 +08:00
Wang Shidong
026d0d713d Buffer mappings (#600)
* Add SPC b D

* Fix SPC b D

* Add SPC b C-d

* Add SPC b * mappings

* Fix buffer mappings
2017-06-04 22:58:47 +08:00
wsdjeg
398e0ae6db Fix smart close window 2017-06-03 19:57:57 +08:00
wsdjeg
89ce635d25 Fix mapping guide event
closing plugin buffer should not send event
2017-06-03 16:12:00 +08:00
Wang Shidong
f2866af5a4 Merge pull request #599 from SpaceVim/undowindow
Undo quited window && Redo quited window
2017-06-03 03:02:15 -05:00
wsdjeg
f9d7c7d99e Fix redo window 2017-06-03 15:53:03 +08:00
wsdjeg
d7a9ec1b75 Undo general quited window 2017-06-03 15:07:09 +08:00
wsdjeg
5c9d745935 Use small icon for buffer index 2017-06-03 13:37:51 +08:00
wsdjeg
58f7e31046 Undo tab windows 2017-06-03 12:50:44 +08:00
wsdjeg
432192e739 Add mapping for jump to url 2017-06-02 22:33:19 +08:00
wsdjeg
5d49b133d9 Add plugin: vim-over
close #503
2017-06-02 20:51:00 +08:00
wsdjeg
46ef5c1fba Merge branch 'dev' 2017-06-02 20:36:31 +08:00
wsdjeg
f17af99048 Add SPC j i for jump in buffer 2017-06-02 00:13:15 +08:00
wsdjeg
64e424f6bc Add SPC j o for open line 2017-06-02 00:05:55 +08:00
wsdjeg
67f56a312c Add jump forward/backward 2017-06-01 23:41:13 +08:00
Wang Shidong
3b7876eea2 Merge pull request #594 from Gabirel/dev
Fix descriptions in mapping
2017-06-01 23:37:40 +08:00
Gabriel
76736042b5 Fix descriptions in mapping 2017-06-01 23:30:17 +08:00
wsdjeg
a1a8e8a87c Fix #576, Undefined variable 2017-06-01 23:08:14 +08:00
wsdjeg
76ca364f30 Fix g:spacevim_enable_tabline_filetype_icon
this option does not work in the spacevim build in tabline.

close #586
2017-06-01 21:31:10 +08:00
wsdjeg
76aede0037 Add option for get starred repos
close #590
2017-06-01 21:02:46 +08:00
Wang Shidong
1eba32e9a9 Merge pull request #592 from techgaun/contributing-fix
minor issue template update
2017-06-01 16:09:24 +08:00
techgaun
b8845b1c40
minor issue template update 2017-06-01 02:31:18 -05:00
wsdjeg
137574235d Fix buffer/windows index number type 2017-06-01 00:18:32 +08:00
Wang Shidong
7febc44970 Merge pull request #579 from SpaceVim/gitcommit_omni_2
Improve gitcommit completion
2017-05-31 23:36:26 +08:00
Wang Shidong
23be9d4f87 Merge pull request #582 from SpaceVim/window-mappings
Add windows mappings
2017-05-31 23:36:04 +08:00
wsdjeg
3bdc9c3c94 Update doc for windows mappings 2017-05-31 23:31:52 +08:00
wsdjeg
8b06ee7989 Add SPC w * mappings 2017-05-31 23:31:52 +08:00
wsdjeg
03951856de Update doc for windows mappings 2017-05-31 23:29:38 +08:00
wsdjeg
17a6a5c24f Fix E254 when spacevim startup
This issue only happened in vim, and works well in neovim.

```
Error detected while processing /home/wsdjeg/SpaceVim/SpaceVim/config/general.vim:
line   29:
E254: Cannot allocate color 246
```
2017-05-31 22:17:10 +08:00
wsdjeg
cefdc6f9c4 Fix #559 2017-05-31 22:00:17 +08:00
wsdjeg
32c15d5407 Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev 2017-05-31 21:57:02 +08:00
wsdjeg
c2fde34a45 Add SPC w * mappings 2017-05-31 21:56:37 +08:00
Wang Shidong
1df5b0037e Update goals of v0.4.0 2017-05-31 11:01:43 +08:00