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

149 Commits

Author SHA1 Message Date
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
wsdjeg
914f218efb Improve setting of vimfiler
fix #495
fix #496
2017-05-11 21:44:43 +08:00
Wang Shidong
b03ca97e13 develop verson (#502)
* 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 #483
2017-05-06 20:33:50 +08:00
wsdjeg
9a8996a85b Do not focus to vimfiler 2017-05-05 20:29:09 +08:00
wsdjeg
0d6aa65d0a Open welcome page when argv(0) is a dir 2017-05-02 20:38:52 +08:00
wsdjeg
1cc31cdb58 Add doc for colorscheme 2017-04-30 15:34:09 +08:00
wsdjeg
8baf984f8f Fix welcome func 2017-04-25 21:59:35 +08:00
wsdjeg
2ad90a06b3 Fix #468 2017-04-25 21:54:20 +08:00
wsdjeg
4ece47ba3d Close #467 2017-04-25 21:23:13 +08:00
wsdjeg
6cf831e692 Reset statusline after undo 2017-04-22 08:21:27 +08:00
wsdjeg
e2e3ae789d Add undo mode 2017-04-22 01:37:23 +08:00
wsdjeg
70c465086e Add cmdline menu 2017-04-19 22:06:08 +08:00
wsdjeg
c7e16fad03 Add space prefix mapping 2017-04-17 00:20:51 +08:00
wsdjeg
6a94a40a94 Fix doc for lint on the fly 2017-04-08 23:54:44 +08:00
wsdjeg
a3edb4119a Fix unknown commands 2017-04-08 13:45:45 +08:00
wsdjeg
89aaac5f37 Auto mkdir for spacevim log 2017-04-07 23:17:01 +08:00
wsdjeg
da59781755 Merge branch 'dev' into plugin_manager 2017-04-05 23:27:13 +08:00
wsdjeg
feef100e21 Update manager 2017-04-04 23:01:41 +08:00
wsdjeg
7504b33984 Fix #392 2017-04-04 10:35:38 +08:00
wsdjeg
d63d25a953 Add spacevim option for vimfiler colums 2017-04-03 19:32:19 +08:00
wsdjeg
b1241ef10f Add key frequency feature 2017-04-03 13:12:35 +08:00