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/content
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
..
client Repeat open, tabopen and winopen command 2019-05-25 22:16:49 +09:00
controllers Repeat last operation 2019-05-25 21:33:33 +09:00
domains Use @typescript-eslint/semi rule 2019-05-22 20:30:20 +09:00
presenters Add an option to close the current tab and select the tab to the left 2019-07-28 20:34:53 +01:00
repositories Use @typescript-eslint/semi rule 2019-05-22 20:30:20 +09:00
usecases Prepare target='_blank' 2019-05-26 20:57:21 +09:00
Application.ts Move some navigation operations to background 2019-05-23 21:40:05 +09:00
di.ts Repeat last operation 2019-05-25 21:33:33 +09:00
hint-key-producer.ts Types src/content 2019-05-05 23:59:59 +09:00
index.ts Use TSyringe on content script 2019-05-21 20:30:37 +09:00
InputDriver.ts Define Key and KeySequence 2019-05-18 21:43:56 +09:00
MessageListener.ts Use TSyringe on content script 2019-05-21 20:30:37 +09:00
site-style.ts src/content 2019-05-06 22:17:18 +09:00