aboutsummaryrefslogtreecommitdiffstats
path: root/commands.js
AgeCommit message (Collapse)Author
2012-05-05Put content scripts and background scripts in separate directories, so the ↵Phil Crosby
purpose and execution mode are more clear. Sorry if you had patches in your local copies and this breaks them -- these renames were a long time coming, and now is better than later.
2012-05-05Rename fuzzymode to vomnibarPhil Crosby
2012-05-05Fix a help dialog regression where vomnibar actions wouldn't get shown.Phil Crosby
2012-05-05Have "O" activate teh vomnibox with the current URL. Completes #521.Phil Crosby
2012-04-29Remove the venerable bookmarks implementation which is now superceded by the ↵Phil Crosby
vomnibar.
2012-04-10add special command for tab completionNiklas Baumstark
2012-04-10restructure fuzzy mode flowNiklas Baumstark
2012-04-10add fuzzy modeNiklas Baumstark
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
and doesn't work as well. Now that Chrome saves your zoom settings, there's no need for our own zoom implementation. This also fixes #370.
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
Conflicts: commands.js linkHints.js vimiumFrontend.js
2011-05-05changed nextFrame so it works with a count given, and fixed a bug where ↵Max Cantor
refreshing a tab breaks frame support because the framesForTab entry is appended with every onUpdate instead of being replaced.
2011-02-16Remove <c-d>, <c-f> default mappings and related because they cause too many ↵ilya
problems for people.
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 ↵Phil Crosby
tabs. This implements #274. The motivation behind this change is that scrolling a page is far more common than closing a tab, and so those actions should be on a hotkey which doesn't require a modifier. Once you get used to scrolling without hitting ctrl, you won't be able to go back. For existing users, this change also adds a custom mapping for them in their preferences to preserve the old behavior as they upgrade from 1.21 to 1.22.
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 ↵Phil Crosby
closes #284
2011-01-30Add some cleanup to the mapping from command name => command description & ↵Phil Crosby
options
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
(value 100). The shortcut combination is z0.
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
Conflicts: commands.js
2010-09-23Merge branch 'frames'Ilya Sukhar
Conflicts: README.markdown background_page.html commands.js vimiumFrontend.js
2010-09-22Added activeteLinkHintsModeWithQueue and resetLinkHintsMode to linkHints.js ↵abe
and added 'q cmd' and 'q help cmd' to commands.js
2010-09-10Make 'gi' compatible with repetition, i.e. 5gi will focus the fifth input ↵ilya
box on the page.
2010-09-05Make it so that 'gotoFirstInput' does not require the text box to have an ID ↵Phil Crosby
on it.
2010-09-05Implemented "gi" feature to focus first input elementPhil Crosby
Conflicts: commands.js
2010-09-03Command to go to next frame.Tim Morgan
I remapped toggleViewSource to 'gs' and set 'gf' to nextFrame. Sorry this is such a huge commit. This is really the simplest way I can find to allow the extension to track all available frames as well as the currently-focused frame. If Chrome would allow access to window.frames[i], then this could probably be simpler.
2010-08-29Change default keys for scrollToLeft and scrollToRight to be zH, zL ↵ilya
respectively.
2010-08-30-190 added scrollToLeft + scrollToRight commands in order to scroll to the ↵Your Name
end of the page horizontally -- remove stylistic whitespaces
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
Conflicts: commands.js
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