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

1279 Commits

Author SHA1 Message Date
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
wsdjeg
1a93e8db4c Fix error when Open markdown file
hi IDs more than 999
2017-05-26 20:31:56 +08:00
wsdjeg
b5bd033fef Add lang#lisp layer 2017-05-26 20:31:56 +08:00
wsdjeg
46279afc43 Fix [Window]Q: close current buffer 2017-05-26 20:14:02 +08:00
wsdjeg
74e8072978 Bump version to v0.4.0-dev 2017-05-26 20:11:45 +08:00
Wang Shidong
1d294673de Merge branch 'master' into dev 2017-05-25 09:27:56 -05:00
Wang Shidong
9900cf40b6 Release v0.3.0
# [Changelogs](https://spacevim.org/development#changelog) > SpaceVim release v0.3.0

## FEATURES

- **Mappings guide:** A guide buffer is displayed each time the prefix key is pressed in normal mode. It lists the available key bindings and their short description.

for example, after pressing `<Space>` in normal mode, you will see :

![mapping guide](https://cloud.githubusercontent.com/assets/13142418/25778673/ae8c3168-3337-11e7-8536-ee78d59e5a9c.png)

for more information about mapping guide, please read the [documentation](http://spacevim.org/documentation/#mappings-guide).

- **Statusline:** A modulue statusline will displayed all the status of SpaceVim. all the sections in the statusline can be toggled.

here is an picture for this feature:

![search status](https://cloud.githubusercontent.com/assets/13142418/26313080/578cc68c-3f3c-11e7-9259-a27419d49572.png)

please checkout statusline [documentation](http://spacevim.org/documentation/#statusline) for all the shortcuts.

## CHANGES

SpaceVim now use Space as [SPC] only in normal mode. and do not change the default value of mapleader.

## FIXES

please checkout our issue list.
2017-05-25 09:19:51 -05:00
wsdjeg
d99ad870d9 Update doc link 2017-05-25 22:14:40 +08:00
wsdjeg
94bbf19491 update release post 2017-05-25 21:50:13 +08:00
wsdjeg
18e9c487e1 Improve statusline and tabline 2017-05-25 21:06:14 +08:00
wsdjeg
737b9cec9c Add [w and ]w for window jumpping 2017-05-25 20:18:21 +08:00
Wang Shidong
ccd2c13596 Merge pull request #560 from ankokumoyashi/dev
fix typo
2017-05-24 22:51:08 -05:00
Gen
0f23e8b16a fix typo 2017-05-25 12:26:28 +09:00
wsdjeg
4310dfa545 Add unimpaired bindings [c and ]c 2017-05-25 00:48:45 +08:00
wsdjeg
9884ea2c56 Add unimpaired bindings [f and ]f 2017-05-25 00:27:56 +08:00
wsdjeg
41e49e5638 Add SPC j * 2017-05-24 22:15:07 +08:00
wsdjeg
db900924eb Update welcome page 2017-05-24 20:02:46 +08:00
wsdjeg
fb555a5694 Merge branch 'statusline' into dev 2017-05-24 19:53:51 +08:00
wsdjeg
a87ea3ef0a Use statusline by default 2017-05-24 19:52:12 +08:00
Wang Shidong
e3c4808df7 Merge pull request #556 from SpaceVim/statusline
Improve statusline and tabline
2017-05-23 23:18:39 +08:00
wsdjeg
602e3d05b7 Fix lint 2017-05-23 23:08:39 +08:00
wsdjeg
0a914e2b92 Add toggle whitespace mappings SPC t w 2017-05-23 22:56:36 +08:00