all: More keybindings
patch: Exit on ESC
inbox: Exit on ESC
issue: Exit on ESC
inbox: move up / down with ‘j’ and ‘k’
issue: move up / down with ‘j’ and ‘k’
patch: move up / down with ‘j’ and ‘k’
3 files changed
+12
-15
187586c5
→
8f4b9922
modified bin/commands/inbox/flux/select/ui.rs
@@ -82,7 +82,7 @@ impl Widget<InboxState, Action> for ListPage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -125,11 +125,10 @@ impl Render<()> for ListPage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -216,7 +215,7 @@ impl Widget<InboxState, Action> for Notifications {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -231,7 +230,7 @@ impl Widget<InboxState, Action> for Notifications {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/issue/flux/select/ui.rs
@@ -85,7 +85,7 @@ impl Widget<IssuesState, Action> for ListPage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -149,13 +149,12 @@ impl Render<()> for ListPage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -241,7 +240,7 @@ impl Widget<IssuesState, Action> for Issues {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -256,7 +255,7 @@ impl Widget<IssuesState, Action> for Issues {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/flux/select/ui.rs
@@ -87,7 +87,7 @@ impl Widget<PatchesState, Action> for ListPage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -166,14 +166,13 @@ impl Render<()> for ListPage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -272,7 +271,7 @@ impl Widget<PatchesState, Action> for Patches {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -287,7 +286,7 @@ impl Widget<PatchesState, Action> for Patches {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|