chromeでvimp
chromeでfirefoxのvimpみたく動く良いものがないので、
一応下記で代用とコンフィグいじるとそれなりに動きます。
バッファの操作とかがいまいちですが。。。
早く完全にエミュレートしてくれないかなー。
Vimium - Options
https://chrome.google.com/webstore/detail/dbepggeogbaibhgnhhndojpepiihcmeb
map l nextTab
map h previousTab
map d removeTab
map u restoreTab
map gf toggleViewSource
map y copyCurrentUrl
### Sample Settings
# aliases
# in this example you can open extensions page by the command ':ext'
# and Chrome's option page by the command ':option'
alias ext TabOpenNew chrome://extensions/
alias option TabOpenNew chrome://settings/browser# mappings for opening your favorite web page
nmapt :TabOpenNew http://www.twitter.com
nmapg :TabOpenNew http://www.google.com/
nmapm :TabOpenNew https://mail.google.com/mail/#inbox
nmapf :TabOpenNew http://ja-jp.facebook.com/
nmapr :TabOpenNew http://www.google.com/reader
nmape :TabOpenNew https://www.evernote.com/
nmapc :TabOpenNew https://www.google.com/calendar/ # F for continuous f-Mode
# this is recomended setting but commented out by default.
# if you want to use this setting, use the following
#nmap F :GoFMode --newtab --continuous# if you want to change the key used to escape EmergencyMode mode,
# use emap like the following
#emap:Escape ## pagecmd offers you page specific key mapping.
# in this example you can use, for moving between tabs
# on all web pages regardless of your ignored list setting
# because pagecmd has higher priority than ignored URLs.
#pagecmd * nmap:TabFocusNext
#pagecmd * nmap:TabFocusPrev
pagecmd * nmap l :TabFocusNext
pagecmd * nmap h :TabFocusPrev
nmap l :TabFocusNext
nmap h :TabFocusPrev# almost all Vichrome functions don't work properly for pdf contents
# so it's useful to enable default key bindings for pdf file.
pagecmd *.pdf nmap# if you want to use twitter web's key binding, write settings like below
#pagecmd http*://twitter.com/* nmap f
#pagecmd http*://twitter.com/* nmap rnamp
:Escape
#nmap t :Tab
nmap b :TabList
nmap d :TabCloseCurrentnmap T :OpenNewTab -i
nmap t :OpenNewTab -i ggf : TabOpenNew --next view-source:%url
y : copyurl