This repository has been archived on 2020-04-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Vim-Vixen/src/background
chocolateboy 6605d3ea99 Add an option to close the current tab and select the tab to the left
Add an option to tabs.close to close the current tab
and select the tab to the left.

Bound to `D` by default, which replaces the tabs.close.right
command, which is rarely-used. [1]

The old `D` behavior has been moved to `gd`.

+ update the README and fix some lint errors

[1] https://tinyurl.com/y4mj7hjy
2019-07-28 20:34:53 +01:00
..
clients Move some navigation operations to background 2019-05-23 21:40:05 +09:00
controllers Add an option to close the current tab and select the tab to the left 2019-07-28 20:34:53 +01:00
domains Use @typescript-eslint/semi rule 2019-05-22 20:30:20 +09:00
infrastructures Use TSyringe on background script 2019-05-19 21:34:08 +09:00
presenters NavigateUseCase TabPresenter 2019-05-24 22:25:42 +09:00
repositories Repeat last operation 2019-05-25 21:33:33 +09:00
usecases Add an option to close the current tab and select the tab to the left 2019-07-28 20:34:53 +01:00
Application.ts Use TSyringe on background script 2019-05-19 21:34:08 +09:00
index.ts Use TSyringe on background script 2019-05-19 21:34:08 +09:00