I’m not talking about what keys to press to turn pages, I’m talking about what commands to enter in command mode to be equivalent to pressing ctrl-F?
欢迎选择我的课程,让我们一起见证您的进步~~
There is no such command under ex command. Or control the number of rows by visual inspection:{n}
Ctrl+f和Ctrl+b is to turn the page up and down.
Ctrl
f
b
Ctrl+u和Ctrl+dIt’s a half page flipped up and down. For me, this is more commonly used and ensures a certain consistency.
u
d
ctrl+f is just in command mode. If you don’t mind it, you can also use L and then zz, and up is H and then zz
ctrl+f turns the page down, ctrl+b turns the page up, M moves the cursor to the middle of the page, gg returns to the top of the file, G returns to the bottom of the file, hjkl moves the cursor. . . . That's enough, what else do you want.
:norm ^F
Type^F的方法是:先按Ctrl+V,再按Ctrl+F
^F
Ctrl+V
Ctrl+F
There is no such command under ex command.
Or control the number of rows by visual inspection:{n}
Ctrl
+f
和Ctrl
+b
is to turn the page up and down.Ctrl
+u
和Ctrl
+d
It’s a half page flipped up and down. For me, this is more commonly used and ensures a certain consistency.ctrl+f is just in command mode. If you don’t mind it, you can also use L and then zz, and up is H and then zz
ctrl+f turns the page down, ctrl+b turns the page up, M moves the cursor to the middle of the page, gg returns to the top of the file, G returns to the bottom of the file, hjkl moves the cursor. . . . That's enough, what else do you want.
:norm ^F
Type
^F
的方法是:先按Ctrl+V
,再按Ctrl+F