What is the command for turning pages in vim?
天蓬老师
天蓬老师 2017-05-16 16:42:10
0
5
873

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?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(5)
某草草

There is no such command under ex command.
Or control the number of rows by visual inspection:{n}

習慣沉默

Ctrl+fCtrl+b is to turn the page up and down.

Ctrl+uCtrl+dIt’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

过去多啦不再A梦

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template