1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00

366 Commits

Author SHA1 Message Date
wsdjeg
114472ba2b Update version 2017-11-10 22:11:47 +08:00
wsdjeg
74951ab779 Release 0.5.0 2017-11-06 23:32:15 +08:00
wsdjeg
a7e885d814 Help describe key bindings 2017-10-28 21:49:44 +08:00
wsdjeg
3f71a23c9e Fix tabline 2017-10-27 00:14:44 +08:00
wsdjeg
0a6fb1b9a1 Add ale 2017-10-25 09:41:04 +08:00
Seong Yong-ju
b4488e68c2 Fixed minor fixes for japanese layer loading
Fixed minor fixes for japanese layer loading.
* `japanese` -> `ja`
2017-10-23 22:27:47 +09:00
Seong Yong-ju
bcf6cb6ef6 Minor fixes for examples of language setting
Minor fixes for examples of language setting.
* `chinese` -> `cn`
2017-10-23 22:25:59 +09:00
Wang Shidong
36631dad3c Merge branch 'dev' into optional_custom_palette 2017-10-23 05:46:32 -05:00
Adrien Bouttier
9baf2f0154 Add custom palette 2017-10-23 10:37:17 +02:00
Seong Yong-ju
2293463b96 Merge branch 'dev' into feature/vim-jp-doc 2017-10-23 01:39:29 +09:00
Seong Yong-ju
f7a2f3e462 Added a new layer, japanese
Added a new layer japanese which loads vim-jp/vimdoc-ja.
2017-10-23 00:25:51 +09:00
Adrien Bouttier
d43db5a039 Display mode in statusline like in some airline theme 2017-10-19 13:04:43 +02:00
Felix Yan
66688235ae Fix typos in autoload/SpaceVim.vim 2017-10-19 16:23:38 +08:00
wsdjeg
eb7d940de8 Fix runner 2017-10-05 20:50:38 +08:00
wsdjeg
63c7705a0b Update server func 2017-10-04 13:49:14 +08:00
wsdjeg
a6333fb3fc Fix g:spacevim_windows_index_type 2017-09-20 21:24:57 +08:00
wsdjeg
2fbf5131a7 Add option for disable unicode symbols in statusline 2017-09-20 21:03:01 +08:00
wsdjeg
dd4598ef0c Update version 2017-08-22 03:45:29 +08:00
wsdjeg
b41da783e6 Release v0.4.0
FEATURES:
    Add comment mappings 
    Achievements 
    Add text manipulation commands 
    Add text insertion commands 
    Add CompleteParameter 
    Toggle cursor position 
    Add background searching feture 
    Improve plugin manager  
    Grep on the fly    
    Add prompt api 
    Add web api 
    Add check requirement script 
    Add language specified mappings 
    Improve Java layer 
    Add project manager mappings 
    Add plugin for mark active window 
       (not sure if it will be removed)
    Add help for mappings 
    Update autocomplete layer doc 
    Add tags layer 

FIX:
   Fix vimfiler direction 
   Fix welcome page 
   Fix visual SPC 
   Fix windows support 
   Fix n/N hl state 
   Fix guibg parse 
   Fix unknown option 
   Fix select mode statusline 
2017-08-06 04:37:20 +08:00
wsdjeg
346d2b9db3 Fix inactive bar 2017-07-21 06:05:51 +08:00
wsdjeg
056d8bce84 Visual mode SPC 2017-07-06 23:17:49 +08:00
wsdjeg
f1c37ea24f Fix comflict 2017-06-27 20:55:57 +08:00
wsdjeg
7eff15e30a Fix relativenumber config
close 
2017-06-27 15:32:00 +08:00
Wang Shidong
c2d719e14e Merge pull request from SpaceVim/z_prefix
### Commands starting with `z`

after pressing prefix `z` in normal mode, if you do not remember the mappings, you will see the guide which will tell you the functional of all mappings starting with `z`.

Key Binding | Description
-----------| -----------
`z<Right>` | scroll screen N characters to left
`z+` | cursor to screen top line N
`z-` | cursor to screen bottom line N
`z.` | cursor line to center
`z<CR>` | cursor line to top
`z=` | spelling suggestions
`zA` | toggle folds recursively
`zC` | close folds recursively
`zD` | delete folds recursively
`zE` | eliminate all folds
`zF` | create a fold for N lines
`zG` | mark good spelled(update internal-wordlist)
`zH` | scroll half a screenwidth to the right
`zL` | scroll half a screenwidth to the left
`zM` | set `foldlevel` to zero
`zN` | set `foldenable`
`zO` | open folds recursively
`zR` | set `foldlevel` to deepest fold
`zW` | mark wrong spelled
`zX` | re-apply `foldleve`
`z^` | cursor to screen bottom line N
`za` | toggle a fold
`zb` | redraw, cursor line at bottom
`zc` | close a fold
`zd` | delete a fold
`ze` | right scroll horizontally to cursor position
`zf` | create a fold for motion
`zg` | mark good spelled
`zh` | scroll screen N characters to right
`zi` | toggle foldenable
`zj` | mode to start of next fold
`zk` | mode to end of previous fold
`zl` | scroll screen N characters to left
`zm` | subtract one from `foldlevel`
`zn` | reset `foldenable`
`zo` | open fold
`zr` | add one to `foldlevel`
`zs` | left scroll horizontally to cursor position
`zt` | cursor line at top of window
`zv` | open enough folds to view cursor line
`zx` | re-apply foldlevel and do "zV"
`zz` | smart scroll
`z<Left>` | scroll screen N characters to right
2017-06-27 14:20:59 +08:00
wsdjeg
66c9ead7a1 Fix type in spacevim-faq
custom config file should be ~/.SpaceVim.d/init.vim
2017-06-25 15:50:18 +08:00
wsdjeg
6d426b2281 Add z mapping guide 2017-06-25 14:00:59 +08:00
wsdjeg
41a3b3a403 Add searching documentation 2017-06-21 23:54:32 +08:00
Gabriel
c4e60a8c6a Keep doc updated () 2017-06-21 21:14:30 +08:00
Samar Dhwoj Acharya
4a3c62fa52 use fnameescape and rename SPWelcom -> SPWelcome () 2017-06-20 07:23:14 +08:00
wsdjeg
a40cc8ed6c Fix enter dir 2017-06-17 10:38:55 +08:00
wsdjeg
d6e24326b4 Add g prefix guide 2017-06-10 15:44:18 +08:00
wsdjeg
23249ad375 Fix enter dir 2017-06-09 21:08:16 +08:00
wsdjeg
398e0ae6db Fix smart close window 2017-06-03 19:57:57 +08:00
wsdjeg
76aede0037 Add option for get starred repos
close 
2017-06-01 21:02:46 +08:00
wsdjeg
137574235d Fix buffer/windows index number type 2017-06-01 00:18:32 +08:00
wsdjeg
cefdc6f9c4 Fix 2017-05-31 22:00:17 +08:00
wsdjeg
abb7619cbe Add option for pr and issue icon 2017-05-30 12:49:04 +08:00
wsdjeg
c0865e5769 Allow for not binding leader in insert mode
fix 
2017-05-29 21:56:15 +08:00
wsdjeg
74e8072978 Bump version to v0.4.0-dev 2017-05-26 20:11:45 +08:00
wsdjeg
079f7362e7 Add curve separator 2017-05-19 20:45:03 +08:00
wsdjeg
852d9559ab Add status line 2017-05-16 22:14:38 +08:00
wsdjeg
9307d4d5ed Enable realtime mapping guide by default 2017-05-14 23:30:12 +08:00
wsdjeg
40a1fabefa Add custom function for define SPC in init.vim
close 
2017-05-14 22:14:38 +08:00
wsdjeg
1f2415fa09 🐛 Disable indentline in welcome page
Fix 
2017-05-13 21:05:18 +08:00
wsdjeg
b943319ae0 🐛 Fix unnecessary buffer created
fix 
2017-05-12 20:06:20 +08:00
wsdjeg
914f218efb Improve setting of vimfiler
fix 
fix 
2017-05-11 21:44:43 +08:00
Wang Shidong
b03ca97e13 develop verson ()
* Remove black line

* Test menu

* Test menu

* remove teble title

* Update guide doc

* Add paging help info

* Add pic for unite mapping

* Add help mappings doc

* Add SPC h I: report issue of SpaceVim

* Add SPC h SPC for unite SpaceVim help

* Add doc for get root prefix

* Fix error of guide

* Fix SPC h k mappings

* Add denite group to mapping root

* Add SPC h m mappings
2017-05-07 23:33:03 +08:00
wsdjeg
7e9742a171 Disable cursorcolumn by default 2017-05-06 20:36:39 +08:00
wsdjeg
7255e96b88 Fix cursorline & cursorcolumn options
close 
2017-05-06 20:33:50 +08:00
wsdjeg
9a8996a85b Do not focus to vimfiler 2017-05-05 20:29:09 +08:00