对于助记法,我认为Ctrl-b:backCtrl-f:forwardCtrl-u:upCtrl-d:downCtrl-y,Ctrl-e有点无望,但它们在u'up'和d'down'旁边,所以这是最接近的吗? Vim要求光标始终在当前屏幕中,但是,您可以将当前位置标记为滚动,然后返回到原来的位置。 1 2 3 mg # This book marks the current position as g(this can ...
Now follows an exhaustive list of every known Vim command that we could find. 3|0Custom commands gh- show the hover tooltip. gb- add an additional cursor at the next place that matches*. 4|0Left-right motions 5|0Up-down motions 6|0Text object motions 7|0Pattern searches 8|0Marks and...
When the cursor is on the last line of the buffer nothing happens and a beep is produced. See also 'startofline' option. <S-Down> or *<S-Down>* *<kPageDown>* <PageDown> or *<PageDown>* *CTRL-F* CTRL-F Scroll window [count] pages Forwards (downwards) in the buffer. See ...
Reposition cursor when scrolloff changes Fixes: VIM-2150 Shift-D should not delete an empty line VIM-2157 Fix tab with an active template VIM-2156 Correct up/down motions with inlays VIM-2144 Correct text position after block insert with inlays VIM-2158 Fix scrolling when scrolloff is over ...
move down half a screen^F: page down^B: page upJumping back and forthCtrl-i: jump to your previous navigation locationCtrl-o: jump back to where you wereOther motions:line_number: move to a given line number^E: scroll up one line^Y: scroll down one line在vim中有3中方法可以跳转到指...
You can also search forncharacters, which can be used to replace the default search of Vim. It supports incremental highlighting and you can use<Tab>and<S-Tab>to scroll down/up a page. If you press<CR>, you get the usual EasyMotion highlighting and can jump to any matching target destin...
Scroll through using the Page Up and Page Down keys (bonus point for using Ctrl + b and Ctrl + f respectively), there is a lot of useful information there. 使用向上翻页和向下翻页键(分别使用ctrl+b和ctrl+f的优点)滚动,这里有很多有用的信息。 Whenever you are stuck, or want to learn more...
gb - add an additional cursor at the next place that matches*. Left-right motions Up-down motions Text object motions Pattern searches Marks and motions Various motions Using tags The following are all marked low priority because VSCode has very good support for...
\ 'sync_scroll_type': 'middle', \ 'hide_yaml_meta': 1 \ } let g:mkdp_markdown_css = '' let g:mkdp_highlight_css = '' let g:mkdp_port = '' let g:mkdp_page_title = '「${name}」' " === " === Python-syntax " Python 代码高亮 " === let g:python...
and |zl| commands can be used to scroll sideways. Alternatively, long lines are broken in between words when the 'linebreak' option is set. This allows editing a single-line paragraph conveniently (e.g. when the text is later read into a DTP program). Move the cursor up/down wit...