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/presenters
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
..
ConsoleFramePresenter.ts Use @typescript-eslint/semi rule 2019-05-22 20:30:20 +09:00
FindPresenter.ts Use @typescript-eslint/semi rule 2019-05-22 20:30:20 +09:00
FocusPresenter.ts Use @typescript-eslint/semi rule 2019-05-22 20:30:20 +09:00
FollowPresenter.ts Use @typescript-eslint/semi rule 2019-05-22 20:30:20 +09:00
Hint.ts Hints as a classes 2019-05-17 23:06:27 +09:00
NavigationPresenter.ts Move open parent and open root to background 2019-05-24 21:51:18 +09:00
ScrollPresenter.ts Add an option to close the current tab and select the tab to the left 2019-07-28 20:34:53 +01:00