aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
AgeCommit message (Collapse)Author
2014-12-14Remove default binding for LinkHints.activateModeToDownloadLink.Stephen Blott
LinkHints.activateModeToDownloadLink is newly-added, and hasn't been in a release before. It's an advanced command, and it's not clear it warrants a default binding.
2014-10-27Ensure advanced commands are in command groups.Stephen Blott
2014-10-26Reduce max removeTab to chrome.session.MAX_SESSION_RESULTS.Stephen Blott
2014-10-26Increase repeatLimits.Stephen Blott
2014-10-26Merge branch 'add-download-link-to-commands' of github.com:mrmr1993/vimium ↵Stephen Blott
into mrmr1993-add-download-link-to-commands
2014-10-26Limit repeats, minor refactoring.Stephen Blott
2014-10-26Add LinkHints.activateModeToDownloadLink to command listmrmr1993
2014-10-25Prompt for confirmation when executing large numbers of repeatsmrmr1993
Implement `repeatLimit`, to prompt for confirmation before repeating a command a large number of times, and apply it to tab creation/deletion commands.
2014-10-25Add noRepeat to relevent frontend commandsmrmr1993
The use of Vomnibar commands with a numerical prefix > 1 is broken and non-trivial to fix. This patch introduces the `noRepeat` property for frontend commands, applying it to all Vomnibar commands and several others.
2014-10-25Merge branch 'feature/edit-url-in-vomnibar' of github.com:sukima/vimium into ↵Stephen Blott
sukima-feature/edit-url-in-vomnibar Conflicts: background_scripts/commands.coffee
2014-10-25Merge pull request #784 from deiga/patch-3Stephen Blott
Add links-hint mode to download links
2014-08-31closeTabsToLeft/Right -> closeTabsOnLeft/Right.Stephen Blott
2014-08-21Added feature to download linksTimo Sand
2014-08-17Tweak the move tabs command namePhil Crosby
I think this is at little more readable, at least in the code
2014-08-17Mark the close tab commands as "advanced"Phil Crosby
2014-08-17Add closeTabsToLeft, closeTabsToRight and closeOtherTabs commandsmrmr1993
2014-07-24added custom key mapping for movetableft and movetabright to fix #1100mike-work
2014-07-20Change the default key binding for pin to be <a-f>Phil Crosby
See #926
2014-05-13Document that you can use tab with `gi`Phil Crosby
Closes #730
2014-05-09Fixed repetion and unmapped commandTimo Sand
2014-05-09Added command to move tab to the left and rightTimo Sand
2014-04-30Unbind activate in foreground by defaultPhil Crosby
1) C-F doesn't seem like a good choice 2) I'm not sure how many folks will use this. Maybe a lot of people?
2014-04-30Tweak command descriptionPhil Crosby
2014-04-23Add openlinks in foreground mode and fix #1035mrmr1993
2014-04-22Line lengthPhil Crosby
2014-03-01Add Vomnibar.activateEditUrl commandsDevin Weaver
Often times when I'm working on sites I want to add a query string or modify the port number. The go up one level or root of the URL commands are nice but they don't alow you to add or remove specifics on the current URL. This adds two commands that act exactly like the normal onmibar open but populates the bar with the current URL. I picked `ge` as the default and `gE` as the default for the same in a new tab.
2013-10-04Add shortcut to pin/unpin Tabfukayatsu
2013-07-10fixed Vimium HelpOBARA Kiyotake
2013-05-11Make goPrevious advanced to be consistent with goNextPhil Crosby
2013-03-06Shorten names.Jez Ng
2013-03-06Merge remote-tracking branch 'deiga/patch-4'Jez Ng
Conflicts: background_scripts/commands.coffee
2013-03-03Revert accidental change.Jez Ng
2013-03-02Map moveTabToNewWindow to `W`.Jez Ng
We should reserve easily-pressed keys for commonly-used actions.
2013-03-02Merge remote-tracking branch 'deiga/float-tab' into HEADJez Ng
Conflicts: background_scripts/commands.coffee background_scripts/main.coffee
2013-03-02Disable repeated tab closing. Refs #555.Jez Ng
2013-02-19Merge pull request #783 from deiga/patch-2Phil Crosby
Added `gU` command to go to root of page including current port and protocol
2013-02-18Renamed to 'goToRoot', condensed functionTimo Sand
2013-02-18Moved to advanced commands and renamed command for clearnessTimo Sand
2013-02-17Added functionality to "float" current tab ie. open in new windowTimo Sand
2013-02-17Trying to add incognito window openingTimo Sand
2013-02-16Added `gU` command to go to root of page including current port and protocolTimo Sand
2013-02-16Added commands for duplicate tabTimo Sand
2012-10-29Implement marks.Jez Ng
2012-09-04Style fixes.Jez Ng
Errors were detected using coffeelint.
2012-08-06vomnibar: New tabs for 'O' and 'B'Carl Helmertz
'B' is a new command for searching for a bookmark and opens it in a new tab. 'O' now searches through history and bookmarks and opens the selected item in a new tab. Previously, it started vomnibar with the current URI selected and opened the selection in the same tab. This fixes #594. Signed-off-by: Carl Helmertz <helmertz@gmail.com>
2012-08-04Miscellaneous cleanups.Jez Ng
* " -> &quot; because my syntax highlighting gets confused * Remove inline onclick handlers as part of manifest v2 upgrade
2012-07-06Bookmarks mode in Vomnibarilya
2012-07-06Use more Coffeescript idioms.Jez Ng
2012-06-12Upcase the vomnibar command name.Phil Crosby
We'll want to revert this later, to divorce the name of the command from the implementation.
2012-06-12Uppercase linkhints. This will break a few people's bindings.Phil Crosby
We should avoid revealing our implementation in the future.