Using Vim Shortcuts on Chrome
Chrome has recently added the excellent option of extensions, which work similar to Firefox plugins. With extensions, users are now able to improve Chrome in various ways, without having to wait for a new version.
If you are a vim aficionado like me, there is a new extension that makes Chrome use many keys similar to vim. It is called Vimlike Smooziee, and provides many shortcuts that can be easily accessed from the keyboard.
To install the extension, visit the address using Chrome, then click on the install button. The next web pages you open will already be accessible using the vim-like shortcuts.
Here are some of the commands you will have available after installing the extension:
- zo: zoom out
- zi: zoom in
- f: show all links with numeric labels. Type one of the numbers to visit the link.
- j: scroll down
- k: scroll up
- gg: go to the top of the page
- G: go to the bottom of the page.
- d: close current page
- u: undo (i.e., reopen the closed page)
With these shortcuts, it get easier than ever to navigate web pages using Chrome. And it is a great way to speed up a browser that is already so easy to use.
Post a comment