summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2021-11-04 21:45:39 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2021-11-04 21:45:39 +0300
commit12c090157b5903ad0b32b142ffbdb4e30d58ace6 (patch)
tree9e7e5c174d2a5bf4b7d1e75cdcffc2eb02a4e13c
parentc441d43e004e3daefba164224b809f002c744a5e (diff)
style: Add options menu to the key bindings list
-rw-r--r--src/util.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.rs b/src/util.rs
index 076ccdd..0c7f29f 100644
--- a/src/util.rs
+++ b/src/util.rs
@@ -30,6 +30,7 @@ pub const KEY_BINDINGS: &[(&str, &str)] = &[
("-, u, backspace", "unload the kernel module"),
("x, b, delete", "blacklist the kernel module"),
("ctrl-r, alt-r", "reload the kernel module"),
+ ("m, o", "show the options menu"),
("y/n", "execute/cancel the command"),
("c/v", "copy/paste"),
("r, f5", "refresh"),