mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
@@ -4099,6 +4099,7 @@ dozet:
|
||||
|
||||
case 't': scroll_cursor_top(0, true);
|
||||
redraw_later(VALID);
|
||||
set_fraction(curwin);
|
||||
break;
|
||||
|
||||
/* "z." and "zz": put cursor in middle of screen */
|
||||
@@ -4107,6 +4108,7 @@ dozet:
|
||||
|
||||
case 'z': scroll_cursor_halfway(true);
|
||||
redraw_later(VALID);
|
||||
set_fraction(curwin);
|
||||
break;
|
||||
|
||||
/* "z^", "z-" and "zb": put cursor at bottom of screen */
|
||||
@@ -4127,6 +4129,7 @@ dozet:
|
||||
|
||||
case 'b': scroll_cursor_bot(0, true);
|
||||
redraw_later(VALID);
|
||||
set_fraction(curwin);
|
||||
break;
|
||||
|
||||
/* "zH" - scroll screen right half-page */
|
||||
|
Reference in New Issue
Block a user