wsdjeg
e983864ad1
Hide cursor in terminal vim
2017-07-06 22:23:02 +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
93d2b8131f
Show update percentage when updating plugins
...
close #698
2017-07-03 19:56:35 +08:00
Wang Shidong
c94e6613b3
Vim8 ( #701 )
...
* Fix vim8 support
* Fix vim8 job support
2017-07-02 11:17:05 -05:00
wsdjeg
b30a3bb7d6
Fix rg support
2017-07-02 21:45:17 +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
274ecb35d3
Merge branch 'cursor_pos' into dev
2017-07-02 15:04:56 +08:00
wsdjeg
913e9ad152
Disable vim-luacomplete when if_lua is false
...
close #682
2017-07-01 20:45:24 +08:00
wsdjeg
398c8b2465
Add SPC t m p for toggle cursor position
...
close #692
2017-07-01 20:37:48 +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
wsdjeg
6934599450
Add SPC a *
2017-06-29 22:49:30 +08:00
wsdjeg
b55751be03
Add text manipulation commands example PR
2017-06-28 21:36:51 +08:00
wsdjeg
f931ed08b0
Fix toggle comment line
2017-06-28 20:28:35 +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
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
7eff15e30a
Fix relativenumber config
...
close #674
2017-06-27 15:32:00 +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
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
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
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
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
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
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
0edcae965a
Fix blink cursor
2017-06-21 22:02:54 +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
wsdjeg
c381caf470
Add command for clear all errors
...
ref #547
2017-06-20 22:16:19 +08:00
wsdjeg
622041e195
Merge branch 'fix_install' into dev
2017-06-20 20:47:43 +08:00
wsdjeg
b5d5c5cdd8
Make vim-rooter lazyload
2017-06-20 20:46:02 +08:00
Samar Dhwoj Acharya
4a3c62fa52
use fnameescape and rename SPWelcom -> SPWelcome ( #642 )
2017-06-20 07:23:14 +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
07026408b2
Fix tagbar && vimfiler statusline
2017-06-19 20:57:54 +08:00
wsdjeg
e6b2ae1494
Fix statuline color of inactive window
2017-06-18 23:24:20 +08: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
b5deadcde6
Merge branch 'denite_statusline' into dev
2017-06-18 22:10:44 +08:00
wsdjeg
ffb5acbdee
Fix denite statusline
2017-06-18 22:02:52 +08:00
Wang Shidong
ff4bdc4281
Merge branch 'dev' into g_prefix
2017-06-18 21:32:06 +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
Wang Shidong
badecf8760
Update php.vim ( #632 )
2017-06-17 10:38:55 +08:00
wsdjeg
0cb3a400d8
Ignore warnning msg
2017-06-17 10:38:55 +08:00
wsdjeg
c10761bfa4
Remove vimfiler message when toggle buffer
2017-06-17 10:38:55 +08:00
wsdjeg
a40cc8ed6c
Fix enter dir
2017-06-17 10:38:55 +08:00
Wang Shidong
20294cc428
Update php.vim ( #632 )
2017-06-16 23:37:28 +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
unknown
e9989d057b
Fix install manager
2017-06-16 12:14:49 +08:00
wsdjeg
b207d64764
Add g* etc
2017-06-11 22:14:32 +08:00
wsdjeg
27406f4fa9
Ignore warnning msg
2017-06-11 20:54:12 +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
wsdjeg
14a3116fc6
Add g<C-g>: show cursor info
2017-06-10 15:59:23 +08:00
wsdjeg
d6e24326b4
Add g prefix guide
2017-06-10 15:44:18 +08:00
wsdjeg
df583f020c
Add supoort for denite's statusline
2017-06-10 14:13:56 +08:00
wsdjeg
30fec17114
Remove vimfiler message when toggle buffer
2017-06-09 22:29:52 +08:00
wsdjeg
23249ad375
Fix enter dir
2017-06-09 21:08:16 +08:00
wsdjeg
221bfedc79
Use getpos('.') instead of getcurpos()
...
close #605
2017-06-07 21:28:47 +08:00
wsdjeg
431b1b85a0
Add SPC f v d to open custom configration file
2017-06-07 20:20:54 +08:00
wsdjeg
69b250b6f5
Add file mappings
2017-06-06 23:34:12 +08:00
wsdjeg
01b37c4bf1
Fix auto hlsearch
...
close #606
2017-06-06 20:31:04 +08:00
wsdjeg
bb3c24ec8f
Add bookmarks
2017-06-05 23:11:20 +08:00
wsdjeg
2172cff285
Fix conflict mappings
2017-06-05 21:23:04 +08:00
wsdjeg
66e8820e82
Add mappings for create empty buffer
2017-06-05 21:17:44 +08:00
Wang Shidong
026d0d713d
Buffer mappings ( #600 )
...
* Add SPC b D
* Fix SPC b D
* Add SPC b C-d
* Add SPC b * mappings
* Fix buffer mappings
2017-06-04 22:58:47 +08:00