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

171 Commits

Author SHA1 Message Date
wsdjeg
0c420cdf00 Update icon for issue 2017-11-14 23:26:34 +08:00
wsdjeg
36a9f66427 Update icon for PR in popupmenu
cloese #
2017-11-14 23:08:36 +08:00
wsdjeg
62d58977bf Enable deoplete in vim8 2017-11-12 22:28:56 +08:00
wsdjeg
702504768b Update logger api 2017-11-11 23:20:20 +08:00
wsdjeg
9c6c99f639 Add log for configration file 2017-11-11 21:01:39 +08:00
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 #683
    Achievements #677
    Add text manipulation commands #684
    Add text insertion commands #685
    Add CompleteParameter #688
    Toggle cursor position #697
    Add background searching feture #699
    Improve plugin manager #702 #703
    Grep on the fly #705 #709 #714 #717
    Add prompt api #715
    Add web api #726
    Add check requirement script #736
    Add language specified mappings #748
    Improve Java layer #749
    Add project manager mappings #751
    Add plugin for mark active window #755
       (not sure if it will be removed)
    Add help for mappings #756
    Update autocomplete layer doc #759
    Add tags layer #764

FIX:
   Fix vimfiler direction #686
   Fix welcome page #707
   Fix visual SPC #708
   Fix windows support #712
   Fix n/N hl state #720
   Fix guibg parse #723
   Fix unknown option #727
   Fix select mode statusline #737
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 #674
2017-06-27 15:32:00 +08:00
Wang Shidong
c2d719e14e Merge pull request #662 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 (#647) 2017-06-21 21:14:30 +08:00
Samar Dhwoj Acharya
4a3c62fa52 use fnameescape and rename SPWelcom -> SPWelcome (#642) 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 #590
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 #559 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 #504
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 #517
2017-05-14 22:14:38 +08:00
wsdjeg
1f2415fa09 🐛 Disable indentline in welcome page
Fix #523
2017-05-13 21:05:18 +08:00
wsdjeg
b943319ae0 🐛 Fix unnecessary buffer created
fix #514
2017-05-12 20:06:20 +08:00