aboutsummaryrefslogtreecommitdiff
path: root/src/content/presenters/ScrollPresenter.ts
Commit message (Collapse)AuthorAgeFilesLines
* Minor improvements to ScrollPresenterMatiasStorm2020-05-111-11/+14
|
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-131-7/+13
|
* npm run lint:fixShin'ya Ueoka2019-12-221-25/+25
|
* Add an option to close the current tab and select the tab to the leftchocolateboy2019-07-281-1/+1
| | | | | | | | | | | | | | 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
* Use @typescript-eslint/semi ruleShin'ya Ueoka2019-05-221-2/+0
|
* Mark set/jump as a clean architectureShin'ya Ueoka2019-05-111-1/+1
|
* Make scroller as a presenterShin'ya Ueoka2019-05-111-0/+179