1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-16 12:15:46 +08:00

67 Commits

Author SHA1 Message Date
wsdjeg
28fc230368 chore(typo): fix typo in smartclose function 2022-04-22 21:18:44 +08:00
wsdjeg
8eeb6964f2 fix(mapping): fix unknown function win_getid 2022-04-22 21:17:04 +08:00
wsdjeg
d42fb9bda6 fix(mapping): fix smartclose function for vim 2022-04-21 22:52:05 +08:00
Wang Shidong
fcc564ae25
feat(scrollbar): add scrollbar support for vim 2022-04-19 19:42:01 +08:00
wsdjeg
43674200ef feat(mapping): make SPC b d skip startify and defx buffer 2022-04-12 23:45:23 +08:00
wsdjeg
54f5bfc186 fix(mapping): fix SPC b d
getchar() do not handle ctrl-c, use getchar() function in
`vim` API
2022-04-12 23:09:45 +08:00
wsdjeg
33cc57af55 chore(copyright): update email 2022-03-27 13:38:54 +08:00
sisynb
d94bdb6f88
feat(mapping): add gD to go to declaration 2022-03-15 10:34:54 +08:00
wsdjeg
9685aa13d4 feat(buffer): add SPC b ctrl-shift-d to kill buffer by regexp 2022-02-03 22:46:50 +08:00
Wang Shidong
ee199f05cb
feat(mapping): add SPC b <C-D> 2022-02-03 22:05:46 +08:00
wsdjeg
16a5c8caf2 chore(copyright): update copyright 2022-02-03 17:24:51 +08:00
Shidong Wang
3fc49916cc chore: update copyright 2021-09-19 22:23:23 +08:00
Wang Shidong
838b0ee3e3
Fix SPC b d key binding (#4197) 2021-04-11 19:03:53 +08:00
Wang Shidong
1ca32fce79
Add task problem matcher (#4127) 2021-03-14 15:12:00 +08:00
Liu Chunlei
8f552b8b77
Fix smart close issue for Vim (#4110) 2021-02-27 22:14:02 +08:00
Shidong Wang
a34c156fe4 Open startify after closing last buffer
close https://github.com/SpaceVim/SpaceVim/issues/3988
2021-02-13 23:14:38 +08:00
Shidong Wang
c04a196331 Update windows count 2021-02-10 16:29:03 +08:00
Wang Shidong
a2ef673ac3
Check if bufexist (#3318) 2020-12-13 17:50:17 +08:00
Wang Shidong
9b101d640e
Fix tabline for inactive buffer (#3749) 2020-09-01 18:57:23 +08:00
Wang Shidong
751725315f
Update copyright (#3744) 2020-08-31 21:24:27 +08:00
Wang Shidong
823d288b35
Fix: smart quit should skip floating windows and popup (#3640)
@bug vim winnr('$') do not include popup
 ref: https://github.com/vim/vim/issues/6474
2020-07-18 10:43:52 +08:00
Wang Shidong
64dc68d796
Naming rules (#3037) 2019-09-12 12:24:05 +08:00
Wang Shidong
746fe55263
Fix flygrep and vim-todo error (#2983) 2019-08-01 22:03:57 +08:00
Wang Shidong
331139505a
Update Copyright (#2878) 2019-06-09 14:11:17 +08:00
Wang Shidong
81b56a907c
Remove some code && fix windows support (#2874) 2019-06-08 15:09:53 +08:00
Shidong Wang
bc7f2b270a Remove zvim.vim 2019-06-07 15:07:57 +08:00
Lin Kun
0950b4f29a Fix: add the missing parameter '...' (#2695) 2019-03-24 06:33:48 +08:00
Wang Shidong
593ddb0901
Fix shell layer (#2663) 2019-03-14 22:04:28 +08:00
Lin Kun
1376bb1729 Fix: delete current buffer without confirm (#2654) 2019-03-14 21:42:25 +08:00
Wang Shidong
ec5b8d0a01
fix vim script lint (#2519) 2019-01-28 22:12:37 +08:00
Arith Xu
4defe70969 close terminal buffer just like a regular buffer 2018-02-22 10:51:46 +08:00
Wang Shidong
850c0f40d6
Merge pull request #1401 from icearith/fix-close-buf-prompt
fix close current buffer prompt
2018-02-22 07:58:26 +08:00
Wang Shidong
3ccd4e4680
update file head (#1407)
* update file head

Update file head

* Update file head

* Update file head
2018-02-19 22:07:04 +08:00
Arith Xu
9d8c888931 change echo mode 2018-02-13 14:56:50 +08:00
Arith Xu
7b3064c4bf fix quit prompt 2018-02-13 14:46:46 +08:00
Wang Shidong
5c185b2154 Update mapping.vim 2018-02-07 20:29:53 +08:00
wsdjeg
a1f6be1751 Update prompt 2018-02-07 20:29:53 +08:00
wsdjeg
17b0ad9048 Fix #1357 2018-02-07 20:29:53 +08:00
wsdjeg
54ec968bc9 Fix ycm mappings 2017-12-05 10:00:05 +08:00
wsdjeg
7754cb09dc Merge branch 'chinese_doc' into dev 2017-09-09 16:11:22 +00:00
wsdjeg
20e9ff21a8 Add key binding for clear saved buffers 2017-09-08 22:38:01 +00:00
wsdjeg
fa819c285b Fix shell layer 2017-09-07 22:53:31 +00:00
wsdjeg
e6df9f8f07 Fix #762 2017-08-01 06:51:11 +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
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
2f7fda525f Add SPC? mapping 2017-04-18 22:04:56 +08:00
wsdjeg
e739bbbb15 Fix #406 2017-04-07 23:24:28 +08:00
wsdjeg
9b5d535fa4 Improve SPUpdate 2017-04-05 23:15:12 +08:00
wsdjeg
b1241ef10f Add key frequency feature 2017-04-03 13:12:35 +08:00
wsdjeg
1972bbe974 Fix #384 2017-03-31 22:37:57 +08:00