diff options
author | Joe <rbo@gmx.us> | 2024-05-13 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-05-13 20:20:20 +0200 |
commit | c4f67c5d2ed84ab851ddbc68113d38153b284d89 (patch) | |
tree | 1abe926135df964bb855a2825dcc1612f28a67fe | |
parent | gogo (diff) | |
download | hardflip-c4f67c5d2ed84ab851ddbc68113d38153b284d89.tar.gz hardflip-c4f67c5d2ed84ab851ddbc68113d38153b284d89.tar.bz2 hardflip-c4f67c5d2ed84ab851ddbc68113d38153b284d89.tar.xz hardflip-c4f67c5d2ed84ab851ddbc68113d38153b284d89.tar.zst hardflip-c4f67c5d2ed84ab851ddbc68113d38153b284d89.zip |
qwe
-rw-r--r-- | src/c_defs.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/c_defs.go b/src/c_defs.go index 18a1805..22f169d 100644 --- a/src/c_defs.go +++ b/src/c_defs.go @@ -180,6 +180,9 @@ const ( var ( HELP_NORMAL_KEYS = [][2]string{ + {"<down> | j", "Select next item"}, + {"<up> | k", "Select previous item"}, + {"[Enter]", "Connect to selected host / toggle directory"}, {"a | i", "Create a new host"}, {"y", "Copy selected host"}, {"d", "Cut selected host"}, @@ -187,8 +190,6 @@ var ( {"m", "Create a new directory"}, {"e", "Edit selected host"}, {"c", "Rename selected item"}, - {"<down> | j", "Select next item"}, - {"<up> | k", "Select previous item"}, {"g", "Go to first item"}, {"G", "Go to last item"}, } |