aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/commands.coffee
AgeCommit message (Expand)Author
2016-03-05Key bindings; rewire vomnibar (fix minor error).Stephen Blott
2016-03-05Key bindings; rewire vomnibar.Stephen Blott
2016-03-05Key bindings; remove legacy code.Stephen Blott
2016-03-05Key bindings; initial partially-functioning version.Stephen Blott
2016-02-28Fix defualt command "options".Stephen Blott
2016-02-28Pass to count to scroll commands.Stephen Blott
2016-02-21Include count command option in repeat limit.Stephen Blott
2016-02-21Merge branch 'rework-duplicateTab'Stephen Blott
2016-02-21Merge pull request #2006 from smblott-github/fix-removeTabStephen Blott
2016-02-21Rework count command option initialisation.Stephen Blott
2016-02-20Rework the `duplicateTab` implementation...Stephen Blott
2016-02-20Fix bug in #2001.Stephen Blott
2016-02-20Fix `<count>removeTab`.Stephen Blott
2016-02-20Merge pull request #2003 from smblott-github/count-for-new-windowStephen Blott
2016-02-20Simplify command-option parsing.Stephen Blott
2016-02-20moveToNewWindow accepts a count.Stephen Blott
2016-02-20Add `count` command option.Stephen Blott
2016-02-20Refactor command-option parsing.Stephen Blott
2016-02-18PassNextKey; exclude single-character mappings.Stephen Blott
2016-02-18PassNextKey; allow multiple mappings.Stephen Blott
2016-02-18PassNextKey; store key mapping in settings.Stephen Blott
2016-02-18PassNextKey; initial implementation.Stephen Blott
2016-02-16Use `for own ... of` instead of `for ... of`mrmr1993
2016-02-09BgUtils; implement visitPreviousTab.Stephen Blott
2016-01-31Use a count with link hints.Stephen Blott
2016-01-31Merge branch 'goToLine'Stephen Blott
2016-01-31Merge pull request #1958 from smblott-github/logging-pageStephen Blott
2016-01-31Wholly remove edit-mode code.Stephen Blott
2016-01-31Add a basic log page; tweaks.Stephen Blott
2016-01-30Add number modifier to `gg' scrollToTop commandmrmr1993
2016-01-29Revert "Enable edit mode."Stephen Blott
2016-01-26Enable edit mode.Stephen Blott
2016-01-26Remove "beta" label from visual-mode commands.Stephen Blott
2015-09-17Add <count> prefix for g0 and g$.Stephen Blott
2015-05-31Merge pull request #1675 from smblott-github/map-space-keyStephen Blott
2015-05-31Merge pull request #1700 from smblott-github/help-page-vomnibar-commandsStephen Blott
2015-05-31Merge pull request #1697 from smblott-github/vomnibar-map-with-prepopulated-textStephen Blott
2015-05-30Move Vomnibar commands to own category on help page.Stephen Blott
2015-05-30Use the term "options" instead of "flags" for command options.Stephen Blott
2015-05-29Move registration of postUpdateHooks to the corresponding source filesmrmr1993
2015-05-29Rework parsing of custom key mappings.Stephen Blott
2015-05-27Go directly to next/previous tab.Stephen Blott
2015-05-20Allowing mapping <space>.Stephen Blott
2015-04-21Implement mainFrame command.Stephen Blott
2015-03-05Note that visual mode is a beta feature.Stephen Blott
2015-02-22Remove "not yet implemented" note for visual mode.Stephen Blott
2015-02-09Merge branch 'visual-and-edit-modes'Stephen Blott
2015-02-09Visual/edit modes: disable edit mode for merge to master.Stephen Blott
2015-02-03Visual/edit modes: remove "e" binding for edit mode.Stephen Blott
2015-01-29Fix parsing of command mappings.Stephen Blott