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

1452 Commits

Author SHA1 Message Date
wsdjeg
8a4d2774fe Add comment doc 2017-07-01 19:54:30 +08:00
Wang Shidong
d05566c901 Add text insertion commands (#685)
* Add text insertion commands

* Add password api

* Implement SPC i p *

* Add mapping for uuidgen

* Add SPC i l l for insert lorem-ipsum list

* Add SPC i l p for insert lorem-ipsum paragraph

* Add SPC i l s for insert lorem-ipsum sentence

* Fix lint
2017-07-01 01:32:14 -05:00
Wang Shidong
b707bf31fd Merge pull request #687 from SpaceVim/layerdoc
Update index.md
2017-06-29 22:08:12 +08:00
Wang Shidong
2efc4ac509 Update index.md 2017-06-29 13:45:29 +08:00
Wang Shidong
db93789eb1 Merge pull request #686 from ubaydinoyatov/vimfiler_direction
Plugin vimfiler config direction
2017-06-29 06:18:03 +08:00
Ubayd
12db8408ef Plugin vimfiler config direction 2017-06-28 23:49:44 +03:00
Wang Shidong
c4a5d9231a Merge pull request #677 from SpaceVim/Achievements
Achievements
2017-06-28 22:04:08 +08:00
wsdjeg
3093eb866d Finish star_rc 2017-06-28 21:08:53 +08:00
wsdjeg
985fa6e7f8 Fix url type 2017-06-28 20:47:17 +08:00
wsdjeg
efd833054f Add func for list stargazers 2017-06-28 20:47:17 +08:00
wsdjeg
c0bb57f766 Update achievements func 2017-06-28 20:47:17 +08:00
wsdjeg
9e69df0c85 Add achievements func 2017-06-28 20:47:17 +08:00
wsdjeg
b34e3bec94 Add Achievements 2017-06-28 20:47:17 +08:00
wsdjeg
f931ed08b0 Fix toggle comment line 2017-06-28 20:28:35 +08:00
wsdjeg
74829b85b2 Update doc for kotlin layer 2017-06-27 21:30:14 +08:00
Wang Shidong
1258ca4430 Update kotlin.vim 2017-06-27 21:28:38 +08:00
Wang Shidong
62a139f4f9 Create kotlin.vim 2017-06-27 21:28:38 +08:00
wsdjeg
f1c37ea24f Fix comflict 2017-06-27 20:55:57 +08:00
Wang Shidong
5ee5157079 Merge pull request #676 from SpaceVim/search_index
Fix search_index after :noh
2017-06-27 19:19:57 +08:00
wsdjeg
16b5e83537 Fix search_index after :noh
Thanks:
markzen: keeppa %s,pattern,,gn Patch 7.4.083
2017-06-27 16:47:43 +08:00
wsdjeg
e264a17d98 Fix guicorsor setting
close #666
2017-06-27 16:00:41 +08:00
wsdjeg
7eff15e30a Fix relativenumber config
close #674
2017-06-27 15:32:00 +08:00
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