aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defs.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_defs.go')
-rw-r--r--src/c_defs.go5
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"},
}