mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 21:00:03 +08:00
perf(guide): use ctrl-d/u
instead of ctrl-b/f
This commit is contained in:
parent
d90fdee668
commit
29956c36f2
@ -681,7 +681,7 @@ function! s:winclose() abort " {{{
|
||||
endfunction " }}}
|
||||
function! s:page_down() abort " {{{
|
||||
call feedkeys("\<c-c>", 'n')
|
||||
call feedkeys("\<c-f>", 'x')
|
||||
call feedkeys("\<c-d>", 'x')
|
||||
redraw!
|
||||
call s:wait_for_input()
|
||||
endfunction " }}}
|
||||
@ -697,7 +697,7 @@ function! s:page_undo() abort " {{{
|
||||
endfunction " }}}
|
||||
function! s:page_up() abort " {{{
|
||||
call feedkeys("\<c-c>", 'n')
|
||||
call feedkeys("\<c-b>", 'x')
|
||||
call feedkeys("\<c-u>", 'x')
|
||||
redraw!
|
||||
call s:wait_for_input()
|
||||
endfunction " }}}
|
||||
|
Loading…
Reference in New Issue
Block a user