aboutsummaryrefslogtreecommitdiff
path: root/src/background/actions/operation.js
Commit message (Collapse)AuthorAgeFilesLines
* hide console on <Esc> and <C-{>Shin'ya Ueoka2018-03-041-0/+4
|
* Pinned tabs are not closeable by 'd'Cornelius Matějka2018-01-141-0/+2
| | | | Added binding 'DD' to force tab close which also closes pinned tabs
* Dummy selectPrevSelTab implementationDaniel Campoverde2017-11-261-0/+2
|
* show find in consoleShin'ya Ueoka2017-11-111-0/+4
|
* add support for duplicating current tabusk2017-11-071-0/+2
|
* code reviewJiabo Hou2017-11-051-1/+5
| | | | | * change default keybinding for pin/unpin tab from 'p' to 'zp' * use toggleTabPinned to toggle the tab pinned state, instead of updateTabPinned
* added support for pinning/unpinning tabsJiabo Hou2017-11-051-0/+6
| | | | | | | features: * pin tab * unpin tab * toggle pin/unpin tab
* Add TAB_LAST operationDaniel Campoverde2017-10-291-0/+2
|
* Clean up TAB_FIRST operationDaniel Campoverde2017-10-291-1/+1
|
* Add TAB_FIRST operationDaniel Campoverde2017-10-291-0/+2
|
* support w/W commandShin'ya Ueoka2017-10-081-0/+6
|
* move backgroundShin'ya Ueoka2017-10-081-0/+52