| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-21 | Implement mainFrame command. | Stephen Blott | |
| Fixes #426. | |||
| 2015-03-05 | Note that visual mode is a beta feature. | Stephen Blott | |
| 2015-02-22 | Remove "not yet implemented" note for visual mode. | Stephen Blott | |
| 2015-02-09 | Merge branch 'visual-and-edit-modes' | Stephen Blott | |
| Conflicts: background_scripts/main.coffee content_scripts/vimium_frontend.coffee lib/keyboard_utils.coffee | |||
| 2015-02-09 | Visual/edit modes: disable edit mode for merge to master. | Stephen Blott | |
| 2015-02-03 | Visual/edit modes: remove "e" binding for edit mode. | Stephen Blott | |
| The "e" binding for edit mode is super convenient. However, it clashes with "e" bindings on Gmail and Google's Inbox. If you get too used to it, then you keep archiving messages unintentionally. So, let's try just the "gv" binding for now. | |||
| 2015-01-29 | Fix parsing of command mappings. | Stephen Blott | |
| Fixes #1443. | |||
| 2015-01-26 | Visual/edit modes: minor changes. | Stephen Blott | |
| 2015-01-25 | Visual/edit modes: visual line mode. | Stephen Blott | |
| 2015-01-23 | Visual/edit modes: more (and better) commands. | Stephen Blott | |
| 2015-01-23 | Visual/edit modes: develop edit mode. | Stephen Blott | |
| - implement "i", "a". - fix "w" for edit mode. - try out "e" for enter edit mode. - initial implementation "o", "O" - Suppress backspace and delete. - Scroll in text areas. | |||
| 2015-01-21 | Edit mode: initial framework. | Stephen Blott | |
| 2015-01-06 | Modes; Note visual mode not yet implemented. | Stephen Blott | |
| 2015-01-03 | Modes; visual-mode template. | Stephen Blott | |
| Visual mode command has been create: bound to `v`, of course. The template is in mode_visual.coffee. It shouldn't really be necessary to make changes outside of there. Let me know if you have any issues. | |||
| 2014-12-29 | Remove UI component demo. | Stephen Blott | |
| 2014-12-29 | IFrame framework; develop demo. | Stephen Blott | |
| 2014-12-14 | Remove 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-27 | Ensure advanced commands are in command groups. | Stephen Blott | |
| 2014-10-26 | Reduce max removeTab to chrome.session.MAX_SESSION_RESULTS. | Stephen Blott | |
| 2014-10-26 | Increase repeatLimits. | Stephen Blott | |
| 2014-10-26 | Merge branch 'add-download-link-to-commands' of github.com:mrmr1993/vimium ↵ | Stephen Blott | |
| into mrmr1993-add-download-link-to-commands | |||
| 2014-10-26 | Limit repeats, minor refactoring. | Stephen Blott | |
| 2014-10-26 | Add LinkHints.activateModeToDownloadLink to command list | mrmr1993 | |
| 2014-10-25 | Prompt for confirmation when executing large numbers of repeats | mrmr1993 | |
| 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-25 | Add noRepeat to relevent frontend commands | mrmr1993 | |
| 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-25 | Merge 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-25 | Merge pull request #784 from deiga/patch-3 | Stephen Blott | |
| Add links-hint mode to download links | |||
| 2014-08-31 | closeTabsToLeft/Right -> closeTabsOnLeft/Right. | Stephen Blott | |
| 2014-08-21 | Added feature to download links | Timo Sand | |
| 2014-08-17 | Tweak the move tabs command name | Phil Crosby | |
| I think this is at little more readable, at least in the code | |||
| 2014-08-17 | Mark the close tab commands as "advanced" | Phil Crosby | |
| 2014-08-17 | Add closeTabsToLeft, closeTabsToRight and closeOtherTabs commands | mrmr1993 | |
| 2014-07-24 | added custom key mapping for movetableft and movetabright to fix #1100 | mike-work | |
| 2014-07-20 | Change the default key binding for pin to be <a-f> | Phil Crosby | |
| See #926 | |||
| 2014-05-13 | Document that you can use tab with `gi` | Phil Crosby | |
| Closes #730 | |||
| 2014-05-09 | Fixed repetion and unmapped command | Timo Sand | |
| 2014-05-09 | Added command to move tab to the left and right | Timo Sand | |
| 2014-04-30 | Unbind activate in foreground by default | Phil 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-30 | Tweak command description | Phil Crosby | |
| 2014-04-23 | Add openlinks in foreground mode and fix #1035 | mrmr1993 | |
| 2014-04-22 | Line length | Phil Crosby | |
| 2014-03-01 | Add Vomnibar.activateEditUrl commands | Devin 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-04 | Add shortcut to pin/unpin Tab | fukayatsu | |
| 2013-07-10 | fixed Vimium Help | OBARA Kiyotake | |
| 2013-05-11 | Make goPrevious advanced to be consistent with goNext | Phil Crosby | |
| 2013-03-06 | Shorten names. | Jez Ng | |
| 2013-03-06 | Merge remote-tracking branch 'deiga/patch-4' | Jez Ng | |
| Conflicts: background_scripts/commands.coffee | |||
| 2013-03-03 | Revert accidental change. | Jez Ng | |
| 2013-03-02 | Map moveTabToNewWindow to `W`. | Jez Ng | |
| We should reserve easily-pressed keys for commonly-used actions. | |||
| 2013-03-02 | Merge remote-tracking branch 'deiga/float-tab' into HEAD | Jez Ng | |
| Conflicts: background_scripts/commands.coffee background_scripts/main.coffee | |||
