1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:20:05 +08:00

Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev

This commit is contained in:
wsdjeg 2017-05-31 21:57:02 +08:00
commit 32c15d5407
2 changed files with 17 additions and 4 deletions

View File

@ -63,7 +63,7 @@ function! SpaceVim#mapping#space#init() abort
let g:_spacevim_mappings_space.b.N = ['bN', 'previous buffer']
call SpaceVim#mapping#menu('Open previous buffer', '[SPC]bN', 'bp')
let g:_spacevim_mappings_space.e = {'name' : '+Errors/Encoding'}
let g:_spacevim_mappings_space.B = {'name' : '+Global-uffers'}
let g:_spacevim_mappings_space.B = {'name' : '+Global-buffers'}
nnoremap <silent> [SPC]tn :<C-u>setlocal nonumber! norelativenumber!<CR>
let g:_spacevim_mappings_space.t.n = ['setlocal nonumber! norelativenumber!', 'toggle line number']
call SpaceVim#mapping#menu('toggle line number', '[SPC]tn', 'set nu!')

View File

@ -8,9 +8,12 @@ The roadmap and [milestones](https://github.com/SpaceVim/SpaceVim/milestones) de
## Current
### [0.3](https://github.com/SpaceVim/SpaceVim/milestone/3)
- statusline with mode support
- Plugin manager ui for dein
### [0.4](https://github.com/SpaceVim/SpaceVim/milestone/7)
- Improve git work flow
- completion in commit message buffer
- manager github issues annd PRs
- Improve autocomplete layer
## Meta
@ -24,12 +27,22 @@ There are release milestones and meta milestones ("buckets").
## Completed
### [0.3](https://github.com/SpaceVim/SpaceVim/milestone/3)
- statusline with mode support
- Plugin manager ui for dein
- Improve mapping guide
- Tabs manager
- Layers manager
### [0.2](https://github.com/SpaceVim/SpaceVim/milestone/2)
- Mnemonic key bindings
- Denite support
- Unite work flow
- Windows support
### [0.1](https://github.com/SpaceVim/SpaceVim/milestone/1)
- The primary goal of the 0.1 release ("first public release") is to reach a stable, functional baseline that can be built upon and used as a benchmark for further progress.
- Layers feature