wsdjeg
be329308b0
Add SPC c l for toggle comment lines
2017-07-11 04:21:57 +08:00
wsdjeg
abf0581a66
Merge remote-tracking branch 'origin/Visual_SPC' into dev
2017-07-11 03:56:25 +08:00
wsdjeg
8144d4d838
Fix n/N do not change hl state
...
close #710
2017-07-11 05:56:14 +08:00
Zym-xx
df6c1a1c82
Close job/timer when close flygrep buffer
2017-07-09 16:20:16 +08:00
wsdjeg
eac96d094b
Update doc for prompt mappings
2017-07-09 15:29:13 +08:00
wsdjeg
5d9e3dbf74
Update doc for prompt api
2017-07-09 14:44:19 +08:00
wsdjeg
fe2bf4b59e
Update doc for prompt api
2017-07-09 14:28:47 +08:00
wsdjeg
1afb6276c5
Fix charactor ignores
2017-07-08 23:04:20 +08:00
wsdjeg
474bd1efe7
Add mouse support
2017-07-08 23:02:07 +08:00
L-stt
a7e6ae15a0
Fix windows support
2017-07-08 16:46:53 +08:00
wsdjeg
489990aead
Fix fly grep pattern
...
Problem: grep expr do not update when user input character
Solution: update s:grep_expr when input character
2017-07-07 22:17:10 +08:00
wsdjeg
a34d005a43
Fix lint
2017-07-07 21:05:28 +08:00
wsdjeg
92b8f6de53
Change delay to 500ms
2017-07-07 20:48:44 +08:00
wsdjeg
52a4ec3e1a
Searching when input delay 1000ms
2017-07-07 20:47:26 +08:00
Wang Shidong
081beb8170
Disable welcome page when use stdin ( #707 )
2017-07-07 00:03:55 +08:00
wsdjeg
056d8bce84
Visual mode SPC
2017-07-06 23:17:49 +08:00
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
tenfy
d09cd1269e
Add CompleteParameter when use deoplete as the completion engine.
2017-06-29 21:27:00 +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
wsdjeg
398e0ae6db
Fix smart close window
2017-06-03 19:57:57 +08:00
wsdjeg
89ce635d25
Fix mapping guide event
...
closing plugin buffer should not send event
2017-06-03 16:12:00 +08:00
wsdjeg
f9d7c7d99e
Fix redo window
2017-06-03 15:53:03 +08:00
wsdjeg
d7a9ec1b75
Undo general quited window
2017-06-03 15:07:09 +08:00
wsdjeg
5c9d745935
Use small icon for buffer index
2017-06-03 13:37:51 +08:00
wsdjeg
58f7e31046
Undo tab windows
2017-06-03 12:50:44 +08:00
wsdjeg
432192e739
Add mapping for jump to url
2017-06-02 22:33:19 +08:00
wsdjeg
5d49b133d9
Add plugin: vim-over
...
close #503
2017-06-02 20:51:00 +08:00
wsdjeg
f17af99048
Add SPC j i for jump in buffer
2017-06-02 00:13:15 +08:00
wsdjeg
64e424f6bc
Add SPC j o for open line
2017-06-02 00:05:55 +08:00
wsdjeg
67f56a312c
Add jump forward/backward
2017-06-01 23:41:13 +08:00
Gabriel
76736042b5
Fix descriptions in mapping
2017-06-01 23:30:17 +08:00
wsdjeg
a1a8e8a87c
Fix #576 , Undefined variable
2017-06-01 23:08:14 +08:00
wsdjeg
76ca364f30
Fix g:spacevim_enable_tabline_filetype_icon
...
this option does not work in the spacevim build in tabline.
close #586
2017-06-01 21:31:10 +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
Wang Shidong
7febc44970
Merge pull request #579 from SpaceVim/gitcommit_omni_2
...
Improve gitcommit completion
2017-05-31 23:36:26 +08:00
wsdjeg
8b06ee7989
Add SPC w * mappings
2017-05-31 23:31:52 +08:00
wsdjeg
cefdc6f9c4
Fix #559
2017-05-31 22:00:17 +08:00
wsdjeg
32c15d5407
Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev
2017-05-31 21:57:02 +08:00
ankokumoyashi
c473fe4eec
Fix typo
2017-05-31 02:40:55 +09:00
wsdjeg
266d5de9d5
Add windows mappings
2017-05-30 23:53:06 +08:00
wsdjeg
135a83f08a
Ignore case
2017-05-30 14:35:26 +08:00
wsdjeg
84cea8aa98
Fuzzy match
2017-05-30 14:03:33 +08:00
wsdjeg
6ef5d90a5d
Improve gitcommit completion
2017-05-30 13:38:57 +08:00
wsdjeg
d039f06043
Fix mapping for Leader [ and Leader ]
...
close #566
2017-05-30 13:04:08 +08:00
wsdjeg
6d53ee7057
Merge branch 'lang/lisp' into dev
2017-05-30 12:54:37 +08:00
wsdjeg
19a34d911b
Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev
2017-05-30 12:49:34 +08:00
wsdjeg
abb7619cbe
Add option for pr and issue icon
2017-05-30 12:49:04 +08:00
wsdjeg
e765678bf9
Complete issue id when edit commit message
2017-05-29 23:10:32 +08:00
wsdjeg
4c4dd609b0
Fix ctrlp file finder
...
fix #516
2017-05-29 22:52:32 +08:00
wsdjeg
96248f8ba6
Fix plugins list
...
there is no group name when type `<leader>lp`
2017-05-29 22:28:19 +08:00
wsdjeg
c0865e5769
Allow for not binding leader in insert mode
...
fix #504
2017-05-29 21:56:15 +08:00