1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-12 10:33:40 +08:00
Commit Graph

149 Commits

Author SHA1 Message Date
wsdjeg
9d7ac05d12 Add describe for SPC b n 2017-07-29 20:19:16 +08:00
wsdjeg
bd5454a300 Add SPC h d k 2017-07-29 18:48:02 +08:00
tenfy
bc71ec9090 Use <tab> to jump to next parameter.
Use plugin: CompleteParameter.

If <tab> expandable_or_jumpable failed and pumvisible is false, check
can jump to next parameter or not, if yes, then jump to the next
parameter, else return "<tab>"
2017-07-28 18:04:12 +08:00
wsdjeg
69c605854c Fix language specified mappings 2017-07-27 05:20:08 +08:00
wsdjeg
2fa63b900e Fix language specified mapping api 2017-07-26 04:52:18 +08:00
wsdjeg
26a95a683f Fix guide statusline 2017-07-21 06:18:59 +08:00
Javier Tiá
ce9e6ee07e Make explicit is until a line number the commment 2017-07-13 19:18:53 -06:00
wsdjeg
edd3439e65 Fix SPC c t 2017-07-14 04:14:58 +08:00
wsdjeg
0f56158bc7 Comment to line 2017-07-13 08:15:37 +08:00
wsdjeg
e40eec9cc4 Use SPC ; instead of SPC c ; 2017-07-13 06:34:13 +08:00
wsdjeg
5dd469b37f Add SPC c ; for comment operator 2017-07-13 06:18:41 +08:00
wsdjeg
3516b9fd90 Fix comment paragraphs 2017-07-13 04:37:54 +08:00
wsdjeg
1193760c92 Fix comment mappings 2017-07-12 08:08:31 +08:00
wsdjeg
ed10d8609f Add SPC c p/P for comment paragraphs 2017-07-11 05:12:37 +08:00
wsdjeg
12dd80c664 Add SPC c L for invert comment lines 2017-07-11 05:00:45 +08:00
wsdjeg
be329308b0 Add SPC c l for toggle comment lines 2017-07-11 04:21:57 +08:00
wsdjeg
056d8bce84 Visual mode SPC 2017-07-06 23:17:49 +08:00
Wang Shidong
d6f184f2da Grep on the fly (#705)
* Grep on the fly

* Fix screen update

* Fix commands for prompt

* Supprt <BS> in prompt

* Redrew on stdout

* Fix prompt api

* Improve flygrep screen update

* Add function keys for flygrep buffer

* Add statusline support && ignore case

* Add highlight feature

* Fix highlight error

* Ignore FocusLost and FocusGained

* Add prompt mappings

* Add documentation for fly searching

* Update documentation

* Fix lint for flygrep
2017-07-06 21:59:09 +08:00
wsdjeg
ba6f36edfc Mappings done 2017-07-02 21:35:47 +08:00
wsdjeg
498cbe0fa0 Add background searching feature 2017-07-02 16:00:06 +08:00
wsdjeg
f931ed08b0 Fix toggle comment line 2017-06-28 20:28:35 +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
3ade552032 Add some mappings with z prefix 2017-06-27 14:16:07 +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
wsdjeg
7b09c2b77a Add z prefix mappings 2017-06-25 16:44:21 +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
c42b77ffe2 Add persistent hls option 2017-06-24 23:09:54 +08: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
41a3b3a403 Add searching documentation 2017-06-21 23:54:32 +08:00
techgaun
1da196a25b
update onedark theme palette for statusline mode 2017-06-19 13:13:47 -05:00
techgaun
96e10b1310
update one theme palette for statusline mode 2017-06-19 12:56:00 -05:00
techgaun
45d66a19be
update molokai palette for statusline mode 2017-06-19 12:48:29 -05:00
wsdjeg
bfb2c9e982 Support mode in statusline 2017-06-18 23:14:51 +08:00
wsdjeg
d68d9ce21a Merge branch 'dev' into mode_line 2017-06-18 22:13:42 +08:00
wsdjeg
79a659a188 Update documentation 2017-06-18 21:15:17 +08:00
wsdjeg
7dfa58560b Add some mappings 2017-06-18 19:45:34 +08:00
wsdjeg
c0ad953f1d Add g' g` g+ g- 2017-06-17 20:18:35 +08:00
wsdjeg
a3021da3a6 Fix SPC mapping in guide buffer 2017-06-16 23:27:19 +08:00
wsdjeg
8d8081ba93 Add gH g0 etc. 2017-06-16 22:57:56 +08:00
unknown
49f4a1c26f Add statusline mode support 2017-06-16 15:44:28 +08:00
wsdjeg
b207d64764 Add g* etc 2017-06-11 22:14:32 +08:00
wsdjeg
2be0b8b67c Add ge for go to previous word end 2017-06-11 20:20:06 +08:00
wsdjeg
b122e50bef Update doc for g prefix command 2017-06-10 20:08:48 +08:00
wsdjeg
e6ca778db7 Add g& : repeat last ':s' on all lines 2017-06-10 16:12:47 +08:00