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

1424 Commits

Author SHA1 Message Date
wsdjeg
c225dc0b27 Fix cursor shape 2017-06-27 15:19:48 +08:00
wsdjeg
299cecb59c Fix rust filetype detect 2017-06-27 14:30:39 +08:00
wsdjeg
3cef0d3317 Merge remote-tracking branch 'xiaobagou/patch-1' into dev 2017-06-27 14:29:36 +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
3ade552032 Add some mappings with z prefix 2017-06-27 14:16:07 +08:00
Wang Shidong
a7755175a9 Merge pull request #668 from tenfyzhong/dev
Fix #667. fix the mapping error and some command error.
2017-06-27 13:33:13 +08:00
Wang Shidong
28658fd2bd Update SPC mind maps 2017-06-27 00:21:49 +08:00
wsdjeg
251df793e3 Add SPC mind maps 2017-06-26 23:07:47 +08:00
tenfyzhong
764ef2d21b Add plugins for makefile and protobuf
tagbar-makefile, let tagbar support makefile.
tagbar-proto, let tagbar support protobuf.
2017-06-26 22:01:48 +08:00
Wang Shidong
ac6a4ebde0 Merge pull request #659 from jetm/dev
Add comment space
2017-06-26 21:40:09 +08:00
Wang Shidong
bb77a41b34 Merge branch 'dev' into dev 2017-06-26 21:39:57 +08:00
wsdjeg
4b52c2caba Improve js support 2017-06-26 21:22:22 +08:00
Javier Tiá
f1cc39f1f5 Add Comments space
Add keymap [SPC]cl for comment and uncomment lines. Use nerdcommenter
plugin to do the line code comments. Read nerdcommenter settings in edit
layer.
2017-06-26 07:13:49 -06:00
maqi
6faaf1869d Add 'on_ft':'rust' for rust.vim
rust.vim not load
2017-06-26 16:59:10 +08:00
tenfy
3e9f091f70 Fix #667. fix the mapping error and some command error.
But I don't found the `Missing: endfor` and `Missing: endif` error.
2017-06-26 13:13:50 +08:00
Wang Shidong
3f9c3dd5ee Merge pull request #663 from tenfyzhong/dev
Add plugin `tenfyzhong/CompleteParameter.vim` when use ycm as the complete engine.
2017-06-25 22:08:52 +08:00
wsdjeg
7b09c2b77a Add z prefix mappings 2017-06-25 16:44:21 +08:00
tenfy
7c82e9f169 Add plugin tenfyzhong/CompleteParameter.vim when use ycm as the
complete engine.
2017-06-25 15:57:28 +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
c75193bb1a Fix z guide statusline 2017-06-25 15:30:07 +08:00
wsdjeg
3fdfb3bb1b Update doc for z mappings 2017-06-25 14:24:12 +08:00
wsdjeg
6d426b2281 Add z mapping guide 2017-06-25 14:00:59 +08:00
wsdjeg
823d58802d Loaded colorscheme after neovim-qt is running
close #643
2017-06-25 13:33:22 +08:00
wsdjeg
254f73e5f9 Add ignores for file_rec 2017-06-25 13:19:46 +08:00
wsdjeg
42d30a4113 Add statusline for unite 2017-06-25 10:20:50 +08:00
wsdjeg
62e6fe02fe Fix unite statusline 2017-06-25 09:39:51 +08:00
Wang Shidong
a6699061da Merge pull request #658 from techgaun/vim-tmux
add tmux lang layer
2017-06-25 00:11:21 +08:00
wsdjeg
64cc8bf52a Merge branch 'searching' into dev 2017-06-25 00:07:04 +08:00
wsdjeg
c42b77ffe2 Add persistent hls option 2017-06-24 23:09:54 +08:00
techgaun
7c09833c39
add tmux layer and sort listings of layers 2017-06-23 14:30:22 -05:00
techgaun
9c4edaf30b
add tmux lang layer 2017-06-23 14:12:39 -05:00
wsdjeg
870876db7f Fix SPC s * 2017-06-23 23:58:00 +08:00
wsdjeg
4183efa511 Add support for searching with ag 2017-06-23 21:19:47 +08:00
wsdjeg
1f2873c7e7 Add SPC s * mappings for searching 2017-06-23 00:11:15 +08:00
wsdjeg
becf30ac7c Fix unite grep source config 2017-06-22 23:17:15 +08:00
wsdjeg
367a01fe89 Fix denite statusline in vim8 2017-06-22 21:17:16 +08:00
wsdjeg
c29601dfe1 Improve denite's statusline 2017-06-22 21:04:06 +08:00
wsdjeg
431214b8a4 Merge branch 'generate_doc' into dev 2017-06-22 20:31:19 +08:00
wsdjeg
396b42adff Use jobstart to generate doc
close #648
2017-06-22 20:29:39 +08:00
Wang Shidong
5ecc7b4758 Merge pull request #651 from ankokumoyashi/fix_typo
Fix call statement for Gina blame
2017-06-22 06:42:46 +08:00
wsdjeg
41a3b3a403 Add searching documentation 2017-06-21 23:54:32 +08:00
ankokumoyashi
c794711db7 Fix call statement for Gina blame 2017-06-22 00:28:08 +09:00
wsdjeg
23efba31cc Remove InsertEnter/InsertLeave for statusline 2017-06-21 23:03:45 +08:00
wsdjeg
41269ebaac Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev 2017-06-21 22:05:47 +08:00
wsdjeg
0edcae965a Fix blink cursor 2017-06-21 22:02:54 +08:00
Wang Shidong
b510dab539 Merge pull request #646 from L-stt/patch-1
Update 404.md
2017-06-21 21:54:42 +08:00
wsdjeg
9c87743ded Merge branch 'github' into dev 2017-06-21 21:49:35 +08:00
wsdjeg
d5199a90da Cache stared repos 2017-06-21 21:46:23 +08:00
Gabriel
c4e60a8c6a Keep doc updated (#647) 2017-06-21 21:14:30 +08:00
Timg
c9f3b0d9dd Update 404.md 2017-06-21 11:56:14 +08:00