Skip to content

Commit

Permalink
Updated multi-file view key binding info pane
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Oct 3, 2023
1 parent f5fb9f7 commit e1e924f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/multi_file_view.ml
Original file line number Diff line number Diff line change
Expand Up @@ -264,13 +264,13 @@ module Bottom_pane = struct
[
[
{ label = "Enter"; msg = "open document" };
{ label = "?"; msg = "set file content reqs" };
{ label = "Tab"; msg = "single file view" };
];
[
{ label = "/"; msg = "search mode" };
{ label = "x"; msg = "clear search" };
];
[
{ label = "Tab"; msg = "single file view" };
{ label = "?"; msg = "set file content reqs" };
];
[
{ label = "r"; msg = "reload document selected" };
{ label = "Shift+r"; msg = "rescan for documents" };
Expand Down

0 comments on commit e1e924f

Please sign in to comment.