aboutsummaryrefslogtreecommitdiffstats
path: root/commands.js
AgeCommit message (Expand)Author
2012-01-15Add URL pasting functions. Closes #353.Jez Ng
2011-12-16add support to go to the first or last tabBernardo B. Marques
2011-08-30Use count if provided in back/forward navigationDavid Leadbeater
2011-07-29Remove the zooming functionality. It conflict's with Chrome's native zooming ...Phil Crosby
2011-07-15Changed keybinding to yfMurphy McMahon
2011-07-14Added clipboard copying to linkHints mode (default binding: 'Y')Murphy McMahon
2011-06-29Cutting 1.28ilya
2011-05-14Merge branch 'bookmarks'jez
2011-05-05changed nextFrame so it works with a count given, and fixed a bug where refre...Max Cantor
2011-02-16Remove <c-d>, <c-f> default mappings and related because they cause too many ...ilya
2011-02-01Tidy up mergejez
2011-01-31Fix up the invocation of linkHints.* commandsjez
2011-01-30Make "d" and "u" scroll up and down a page instead of closing and restoring t...Phil Crosby
2011-01-30Move the advanced commands in the readme into a separate sectionPhil Crosby
2011-01-30Tighten up the layout of the help dialogPhil Crosby
2011-01-30Split the help dialog into common commands and advanced commands. This closes...Phil Crosby
2011-01-30Add some cleanup to the mapping from command name => command description & op...Phil Crosby
2011-01-30Remove some boilerplate code when restoring default mappingsPhil Crosby
2011-01-30Changing quote style so it's not inconsistent within the same filePhil Crosby
2011-01-29Merge branch 'master' of https://github.com/stchris/vimium into stchris-masterIlya Sukhar
2011-01-22Added "zoomReset" command which resets the zoom to the default levelChristian Stefanescu
2011-01-04Commands for following 'previous' and 'next' links.R.T. Lechow
2010-12-28Add command repetition for goUp command. Closes #179.jez
2010-11-23Add scrollFullPageUp to command listings.Ilya Sukhar
2010-09-24Code cleanup & README changes for the multiple link hints patch.Ilya Sukhar
2010-09-23Merge branch 'master' of http://github.com/ab3/vimium into ab3-masterIlya Sukhar
2010-09-23Merge branch 'frames'Ilya Sukhar
2010-09-22Added activeteLinkHintsModeWithQueue and resetLinkHintsMode to linkHints.js a...abe
2010-09-10Make 'gi' compatible with repetition, i.e. 5gi will focus the fifth input box...ilya
2010-09-05Make it so that 'gotoFirstInput' does not require the text box to have an ID ...Phil Crosby
2010-09-05Implemented "gi" feature to focus first input elementPhil Crosby
2010-09-03Command to go to next frame.Tim Morgan
2010-08-29Change default keys for scrollToLeft and scrollToRight to be zH, zL respectiv...ilya
2010-08-30-190 added scrollToLeft + scrollToRight commands in order to scroll to the en...Your Name
2010-06-22Added Jez's new goUp function to the README and to the command reference.ilya
2010-06-12Add 'goUp' function. However, it does not support command repetition.int3
2010-06-01Document named key functions (per philc)Conrad Irwin
2010-06-01Allow mapping to arrow keys and f-keysConrad Irwin
2010-05-25Support non-space whitespace in key mappings. This closes #141.Ilya
2010-04-25Add showHelp to the command listings / help dialog.ilya
2010-04-18Add an unmapAll command to the remapping interface. This closes #116.ilya
2010-03-15Fix some swapped descriptions in commands.jsilya
2010-03-09Fix a bug where if you add a mapping, save, and then remove it -- it won't ge...ilya
2010-03-09Remove some key bindings that are broken in the current default mappings.ilya
2010-03-07Remove periods from the command descriptions, to save some space in the help ...Phil Crosby
2010-03-07Show a help dialog when pressing ? which displays all of the current keybindi...Phil Crosby
2010-02-26Key Mapping - Add some descriptions for commands, to be exposed in the option...ilya
2010-02-26Key Mapping - Add support for comments in the mappings text.ilya
2010-02-26Key Mapping - Initial support. Basics work.ilya
2010-02-26Key Mapping - Create an available commands structure and factor out the key r...ilya