aboutsummaryrefslogtreecommitdiff
path: root/src/content/presenters
Commit message (Collapse)AuthorAgeFilesLines
* Focus inputs without typeSteve Fromwork2020-08-311-1/+1
|
* Enable @typescript-eslint/no-namespaceShin'ya Ueoka2020-08-111-20/+0
|
* Merge pull request #755 from MatiasStorm/improved_scrollingShin'ya Ueoka2020-08-101-11/+14
|\ | | | | Minor improvements to ScrollPresenter
| * Minor improvements to ScrollPresenterMatiasStorm2020-05-111-11/+14
| |
* | Reverted change in getTargetsMatiasStorm2020-05-121-1/+1
| |
* | Removed performance measurementsMatiasStorm2020-05-121-3/+0
| |
* | Added elements with the 'onclick' attribute to allowed hintsMatiasStorm2020-05-122-2/+9
|/
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-137-97/+121
|
* npm run lint:fixShin'ya Ueoka2019-12-227-59/+59
|
* 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
* Move open parent and open root to backgroundShin'ya Ueoka2019-05-241-27/+0
|
* Use @typescript-eslint/semi ruleShin'ya Ueoka2019-05-226-13/+1
|
* Add NavigationPresenterShin'ya Ueoka2019-05-191-0/+98
|
* Make routesShin'ya Ueoka2019-05-191-0/+25
|
* Keymaps as a clean architecture [WIP]Shin'ya Ueoka2019-05-181-0/+25
|
* Define client and presenter for followShin'ya Ueoka2019-05-181-0/+134
|
* Hints as a classesShin'ya Ueoka2019-05-171-0/+127
|
* Mark set/jump as a clean architectureShin'ya Ueoka2019-05-111-1/+1
|
* Make scroller as a presenterShin'ya Ueoka2019-05-112-7/+179
|
* Make find as a clean architectureShin'ya Ueoka2019-05-111-0/+59