aboutsummaryrefslogtreecommitdiff
path: root/src/content/presenters
Commit message (Collapse)AuthorAgeFilesLines
* 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