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

1300 Commits

Author SHA1 Message Date
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
Wang Shidong
04375349e6 Update roadmap.md 2017-05-31 10:57:29 +08:00
Wang Shidong
39cbbce315 Merge pull request #581 from ankokumoyashi/fix_typo
Fix typo
2017-05-31 06:04:11 +08:00
ankokumoyashi
c473fe4eec Fix typo 2017-05-31 02:40:55 +09:00
wsdjeg
266d5de9d5 Add windows mappings 2017-05-30 23:53:06 +08:00
wsdjeg
2406e18cc4 Update communite page 2017-05-30 21:41:25 +08:00
wsdjeg
32a79ce1e5 Update for mapping guide 2017-05-30 15:41:54 +08:00
wsdjeg
666775eabf Update readme: features 2017-05-30 15:27:03 +08:00
wsdjeg
135a83f08a Ignore case 2017-05-30 14:35:26 +08:00
wsdjeg
84cea8aa98 Fuzzy match 2017-05-30 14:03:33 +08:00
wsdjeg
6ef5d90a5d Improve gitcommit completion 2017-05-30 13:38:57 +08:00
wsdjeg
d039f06043 Fix mapping for Leader [ and Leader ]
close #566
2017-05-30 13:04:08 +08:00
wsdjeg
dfd3fccc14 Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev 2017-05-30 12:55:00 +08:00
wsdjeg
6d53ee7057 Merge branch 'lang/lisp' into dev 2017-05-30 12:54:37 +08:00
Wang Shidong
67e1445bc2 Merge pull request #578 from jetm/dev
Add documentation about colorscheme in SpaceVim
2017-05-30 12:53:56 +08:00
Wang Shidong
08089a6b89 Merge branch 'dev' into dev 2017-05-30 12:53:36 +08:00
wsdjeg
19a34d911b Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev 2017-05-30 12:49:34 +08:00
wsdjeg
abb7619cbe Add option for pr and issue icon 2017-05-30 12:49:04 +08:00
Javier Tiá
0297f509ea Add documentation about Atom color schemes
vim-one plugin doesn't work well with SpaceVim in dark mode. See #507
for further discussion.
2017-05-29 21:21:47 -06:00
Javier Tiá
f831bbb6b5 Add spacevim_colorscheme_bg documentation 2017-05-29 21:10:43 -06:00
Wang Shidong
b8ae7445d5 Merge pull request #574 from SpaceVim/file_finder
Fix ctrlp file finder
2017-05-30 07:43:08 +08:00
wsdjeg
e765678bf9 Complete issue id when edit commit message 2017-05-29 23:10:32 +08:00
wsdjeg
4c4dd609b0 Fix ctrlp file finder
fix #516
2017-05-29 22:52:32 +08:00
wsdjeg
96248f8ba6 Fix plugins list
there is no group name when type `<leader>lp`
2017-05-29 22:28:19 +08:00
wsdjeg
c0865e5769 Allow for not binding leader in insert mode
fix #504
2017-05-29 21:56:15 +08:00
wsdjeg
c12af4fe93 Update doc for tabline and windows jumpping
- use SPC number to jump to a windows
- use Leader number to jump to a index in tabline
2017-05-29 21:23:32 +08:00
wsdjeg
94a1277c60 Add mapping for split string
SPC j s : split string without newline
SPC j S : split string and add newline
2017-05-29 15:16:18 +08:00
wsdjeg
859c494dbc Update jump mappings 2017-05-28 23:24:55 +08:00
wsdjeg
2f392d6c38 Add SPC j * 2017-05-28 21:37:56 +08:00
wsdjeg
91669a06b3 Fix commit completion
3170b90 Add completion func for gitcommit buffer
2017-05-28 19:12:35 +08:00
wsdjeg
f3e346d076 Fuzzy find commit 2017-05-28 14:34:05 +08:00
wsdjeg
3170b90903 Add completion func for gitcommit buffer 2017-05-28 14:16:08 +08:00
wsdjeg
6ccaa42930 Improve statusline for SpaceVim
- support SpaceVimTabsManager
- support SpaceVimLayerManager
- support SpaceVimPlugManager
- Update TabsManager
2017-05-28 13:27:12 +08:00
wsdjeg
1474596303 Add space after check_info 2017-05-28 12:40:57 +08:00
wsdjeg
d8df485980 Fix #565 2017-05-27 22:09:20 +08:00
wsdjeg
77713e9c8e Add spc mappings 2017-05-27 21:39:47 +08:00
wsdjeg
0a4f378b7a Add lang#layer doc 2017-05-26 22:29:43 +08:00
wsdjeg
035d08bbcf Add lisp lang spc mapping 2017-05-26 21:58:48 +08:00