chrome vim插件vimnum快捷键与使用
Navigating the page
j : Scroll down (scrollDown)
k : Scroll up (scrollUp)
h : Scroll left (scrollLeft)
l : Scroll right (scrollRight)
gg : Scroll to the top of the page (scrollToTop)
G : Scroll to the bottom of the page (scrollToBottom)
d : Scroll a page down (scrollPageDown)
u : Scroll a page up (scrollPageUp)
Scroll a full page up (scrollFullPageUp)
Scroll a full page down (scrollFullPageDown)
r : Reload the page (reload)
gs : View page source (toggleViewSource)
yy : Copy the current URL to the clipboard (copyCurrentUrl)
yf : Copy a link URL to the clipboard (LinkHints.activateModeToCopyLinkUrl)
p : Open the clipboard's URL in the current tab (openCopiedUrlInCurrentTab)
P : Open the clipboard's URL in a new tab (openCopiedUrlInNewTab)
i : Enter insert mode (enterInsertMode)
v : Enter visual mode (beta feature) (enterVisualMode)
V : Enter visual line mode (beta feature) (enterVisualLineMode)
f : Open a link in the current tab (LinkHints.activateMode)
F : Open a link in a new tab (LinkHints.activateModeToOpenInNewTab)
Open a link in a new tab & switch to it (LinkHints.activateModeToOpenInNewForegroundTab)
gf : Cycle forward to the next frame on the page (nextFrame)
gF : Select the tab's main/top frame (mainFrame)
Using the vomnibar
o : Open URL, bookmark, or history entry (Vomnibar.activate)
O : Open URL, bookmark, history entry, in a new tab (Vomnibar.activateInNewTab)
T : Search through your open tabs (Vomnibar.activateTabSelection)
b : Open a bookmark (Vomnibar.activateBookmarks)
B : Open a bookmark in a new tab (Vomnibar.activateBookmarksInNewTab)
Using find
/ : Enter find mode (enterFindMode)
n : Cycle forward to the next find match (performFind)
N : Cycle backward to the previous find match (performBackwardsFind)
Navigating history
H : Go back in history (goBack)
L : Go forward in history (goForward)
Manipulating tabs
K, gt : Go one tab right (nextTab)
J, gT : Go one tab left (previousTab)
g0 : Go to the first tab (firstTab)
g$ : Go to the last tab (lastTab)
t : Create new tab (createTab)
yt : Duplicate current tab (duplicateTab)
x : Close current tab (removeTab)
X : Restore closed tab (restoreTab)
<a-p> : Pin/unpin current tab (togglePinTab)
Miscellaneous
? : Show help (showHelp)
chrome vim插件vimnum快捷键与使用的更多相关文章
- Sublime编辑器上的Linux Vim插件常用快捷键
Sublime编辑器上的 Vim 插件常用快捷键 vim 的设置: 在Reference-> User Settings(首选项--> 设置用户) 选项,点击进入配置文件编辑状态,默认的用 ...
- chrome浏览器插件的开启快捷键
用鼠标去打开chrome浏览器右上角的插件,总是感觉太麻烦,例如你想用有道词典的插件查一个单词的意思,用鼠标把有道插件打开,然后再回到键盘上敲单词,真的好麻烦.现在只要设置一下插件的快捷键就OK了. ...
- cVim—Chrome上更强大的vim插件
cVim——Chrome上更强大的vim插件 介绍 也许很多人在chrome上都用过类似Vimium, ViChrome的插件,这些插件的目的都差不多,就是在浏览器中提供一些类似vim的操作来提高效率 ...
- 【转载】跟我一起学习VIM - vim插件
目录 写在前面:Life Changing Editor 什么是VIM 为什么选VIM 为什么选其它 为什么犹豫选择它们 VIM >= SUM(现代编辑器) 如何学习VIM 一秒钟变记事本 VI ...
- 跟我一起学习VIM - vim插件合集
2016-06-14 15:04 13333人阅读 评论(0) 收藏 举报 分类: Linux(104) 目录(?)[+] 前两天同事让我在小组内部分享一下VIM,于是我花了一点时间写了个简短的教 ...
- 常用vim插件的安装、使用和管理
1.Ctags Ctags工具是用来遍历源代码文件生成tags文件,这些tags文件能被编辑器或者其他工具用来快速查找定位源代码中的符号,入变量名,函数名等.比如,tags文件就是Taglist和 ...
- 常用的Firefox浏览器插件、Chrome浏览器插件收藏
[血的教训] 不要去下载“Firefox中国版(谋智网络)”,默认情况下会给你安装好多的莫名其妙的插件,推荐去Firefox官方下载原版. Firefox 原版官方网址: https://www.mo ...
- VIM插件攻略
工欲善其事,必先利其器.一个强大的开发环境可以大大提高工作效率.好吧,我知道这是废话...不过,我想一定有很多跟我一样打算进入Linux平台开发的新手,一开始都为找不到一个像Windows下的VS那样 ...
- 「个人vim插件+配置」
2016.10.4 filetype indent on syntax on set nu ai ci si set sw= ts= set autochdir set backspace= colo ...
随机推荐
- 文件已经加入.gitignore但是vs并没有显示文件处于ignore状态
在VS2015的项目文件中看到某些文件的状态比较特殊, 前面被标记了红色的标志, 如下图. 本来以为这是通过VS修改文件属性做到的, 但是光标移到文件上发现显示的是Ignore, 才知道是被git所忽 ...
- Oracle core05_事务和一致性
事务和一致性 oracle的redo和undo机制保证了数据库的ACID特性,以及高性能和可恢复特性. redo的数据是记录着数据块变更的顺序的正向数据流, commit时,保证redo同步持久化,保 ...
- BZOJ_1588_&_Codevs_1296_[HNOI2002]_营业额统计(平衡树/set)
描述 http://www.lydsy.com/JudgeOnline/problem.php?id=1588 给出每一天的营业值,求出之前的天当中与它相差最小的营业值与它的差的绝对值(第一天的差值为 ...
- 【转】android-support-v7-appcompat.jar 的安装及相关问题解决 --- 汇总整理
原文网址:http://tdppro.blog.51cto.com/749956/1388853 1.DownLoading the Support Libraries 1)Start the And ...
- Google protobuf的安装及使用
最近应为工作的需要,合作的部门提供了protobuf的接口,总结了一下使用的过程和方法如下: 下载protobuf-2.3.0: http://protobuf.googlecode.com/file ...
- Selenium WebDriver + Grid2 + RSpec之旅(五)---面向对象设计用例
Selenium WebDriver + Grid2 + RSpec之旅(五) ----面向对象设计用例 前几节讲了怎么一步一步的从零开始到编写出一个简单的测试用例,这一节将要讲一下怎么让测试用例变得 ...
- php--常用的时间处理函数
天地四方曰宇,往古来今曰宙 时间是世界的重要组成部分,不论花开花落,还是云卷云舒都有它的影子. 但它源起何处?又将去向何方?没人知道答案,也不需要答案,我们需要的只是一个相对的起点来标识时间,现今世界 ...
- Bzoj1818: [Cqoi2010]内部白点 && Tyvj P2637 内部白点 扫描线,树状数组,离散化
1818: [Cqoi2010]内部白点 Time Limit: 10 Sec Memory Limit: 64 MBSubmit: 704 Solved: 344[Submit][Status] ...
- 【问题】Win7 系统下 Firefox hostadmin插件无法修改Host
今天遇到一个奇葩问题:win 7系统,firefox hostAdmin插件无法修改Host了,提示“ write hosts file failed check permissions”,肯定是哪里 ...
- What does the “__block” keyword mean?
It tells the compiler that any variable marked by it must be treated in a special way when it is use ...