Skip to content

Commit

Permalink
Inclusion of filter keybinds
Browse files Browse the repository at this point in the history
  • Loading branch information
Xithrius committed Mar 24, 2022
1 parent 68bd5c6 commit b6f0d35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
<tr>
<td> Ctrl + f
<td> Enter message search mode, which highlights messages in the main window which match the query.
<tr>
<td> Ctrl + t
<td> Toggle the filter.
<tr>
<td> Ctrl + r
<td> Reverse the filter.
<tr>
<td> Esc
<td> Exits out of layered windows, such as going from the help window to normal view.
Expand Down
2 changes: 2 additions & 0 deletions src/ui/statics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ lazy_static! {
vec!["Ctrl + k", "Remove everything after the cursor"],
vec!["Ctrl + w", "Remove the previous word"],
vec!["Ctrl + d", "Remove item to the right"],
vec!["Ctrl + t", "Toggle the filter"],
vec!["Ctrl + r", "Reverse the filter"],
vec!["Tab", "Fill in suggestion, if available"],
vec!["Enter", "Confirm the input text to go through"],
];
Expand Down

0 comments on commit b6f0d35

Please sign in to comment.