I'm using Firefox, and installed vimperator. It's great, but I can't found the method to close tabs to the right using hotkey. Could you please tell me how to do this? Thanks.
How to close tabs to the right using vimperator?
554 Views Asked by Frank Yuan At
2
Close all to right/left.
Place the following code in your
.vimperatorrcfile. It defines commands:closealltorightand:closealltoleftas well as bindings v> and v< respectively. Change the bindings as desired in the lines beginning "map" towards the bottom.I've uploaded these two commands as a Gist.
Pentadactyl version.
I've placed these in a gist for convenience.
Further tab commands can be found in my Pentadactyl folder (the commands and bindings are in
.pentadactylrc, but may rely on functions defined inutils.js).