d(delete)i(inside)p(paragraph) 删除一个段落 z(scroll)t(top) 当前光标行滚动到顶部 z(scroll)b(bottom) 当前光标行滚动到底部 注意只有一部分命令符合以上的规律,有很多其他的组合方式,例如直接的操作前面可以加数字修饰。 33G(Goto) 跳转到33行 6j(down) 光标下移6行 附上一张Vim的键位图: 结束语 上...
zz scroll to middle 有用 把当前编辑行置于屏幕中间 zb scroll to bottom ctr+B/b ctr+F/f pre/next page ctr+U/u ctr+D/d pre/next half page ctr+e ctr+y 上/下滚一行 *:读取光标处的单词,并且移动光标到它再次出现的地方。 #:读取光标处的单词,并且移动光标到它上次出现的地方。 g* 它不完...
kscrollup lscrollrightggscrolltotopofthe page Gscrolltobottomofthe page dscrolldown half a page uscrollup half a page fopena linkinthecurrenttab Fopena linkinanewtab r reload gsviewsource i enterinsertmode-- all commands will be ignored until you hit Esc to exityycopythecurrenturltothe cl...
zz scroll to middle 有用 把当前编辑行置于屏幕中间 zb scroll to bottom ctr+B/b ctr+F/f pre/next page ctr+U/u ctr+D/d pre/next half page ctr+e ctr+y 上/下滚一行 *:读取光标处的单词,并且移动光标到它再次出现的地方。 #:读取光标处的单词,并且移动光标到它上次出现的地方。 g* 它不完...
z(scroll)t(top) 当前光标行滚动到顶部 z(scroll)b(bottom) 当前光标行滚动到底部 注意只有一部分命令符合以上的规律,有很多其他的组合方式,例如直接的操作前面可以加数字修饰。 33G(Goto) 跳转到33行 6j(down) 光标下移6行 本文不是vim教程,所以这里只是举例,展示vim大概是个什么 样子的东西。具体的光标的移...
禁用之外,sVim 也可定制快捷键。同样在 sVimrc 界面,使用「map "快捷键" "操作"」可自定需要的操作。如果新设的组合与预设冲突,会以后来者为上,不必先禁用再设置。 map "g r" previousTabmap "g b" scrollToBottom 预设中有「g t」右移一个标签页,好事成双,我设置了「g r」用于左移;原有「g g...
gg scroll to topofthe pageGscroll to bottomofthe page d scroll down half a page u scroll up half a page f open a linkinthe current tabFopen a linkinanewtabr reload gs view source i enter insert mode--all commands will be ignored until you hit Esc to exit ...
map "g b" scrollToBottom 预设中有「g t」右移一个标签页,好事成双,我设置了「g r」用于左移;原有「g g」滚动至屏幕顶部,遂设「g b」滚至底部(回复读者评论时非常有用,不用磨磨蹭蹭翻过正文)。 操作的具体名称可在sVim GItHub 主页找到,位于 Help-Shortcuts-Mapping Name,全英文,多是简单的动词词...
z(scroll)b(bottom) 当前光标行滚动到底部 注意只有一部分命令符合以上的规律,有很多其他的组合方式...
zz scroll the line with the cursor to the center of the screen zt scroll the line with the cursor to the top zb scroll the line with the cursor to the bottom productivity - select v select V select rows C-v select block (ctrl-v) ...