Skip to content

Commit

Permalink
Updated key binding info
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed May 4, 2023
1 parent 3e74cf8 commit fa0f880
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/multi_file_view.ml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ module Bottom_pane = struct
[
{ label = "Tab";
msg = "switch to single file view" };
{ label = "r"; msg = "reload document selected" };
{ label = "q"; msg = "exit" };
];
]
Expand Down
2 changes: 2 additions & 0 deletions src/single_file_view.ml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ module Bottom_pane = struct
[
{ label = "Tab";
msg = "switch to multi file view" };
{ label = "r"; msg = "reload" };
{ label = "q"; msg = "exit" };
];
]
Expand All @@ -111,6 +112,7 @@ module Bottom_pane = struct
[
navigate_line0;
[
{ label = "r"; msg = "reload" };
{ label = "q"; msg = "exit" };
];
]
Expand Down

0 comments on commit fa0f880

Please sign in to comment.