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.go45
1 files changed, 23 insertions, 22 deletions
diff --git a/src/c_defs.go b/src/c_defs.go
index 5191c6d..db83356 100644
--- a/src/c_defs.go
+++ b/src/c_defs.go
@@ -180,28 +180,29 @@ const (
var (
HELP_NORMAL_KEYS = [][2]string{
- {"<down> | j", "Go to next item"},
- {"<up> | k", "Go to previous item"},
- {"<pgdown> | <c-d>", "Jump down"},
- {"<pgup> | <c-u>", "Jump up"},
- {"} | ]", "Go to next directory"},
- {"{ | [", "Go to previous directory"},
- {"g", "Go to first item"},
- {"G", "Go to last item"},
- {"D", "Delete selected item"},
- {"h", "Close current directory"},
- {"H", "Close all directories"},
- {"l | <space>", "Toggle directory"},
- {"l | <enter>", "Connect to selected host / toggle directory"},
- {"a | i", "Create a new host"},
- {"y", "Copy selected host"},
- {"d", "Cut selected host"},
- {"p", "Paste host in clipboard"},
- {"<f7> | m", "Create a new directory"},
- {"e", "Edit selected host"},
- {"c | C | A", "Rename selected item"},
- {"?", "Display this help menu"},
- {"<c-c> | q", "Quit"},
+ {"<down> | j", "Go to next item"},
+ {"<up> | k", "Go to previous item"},
+ {"<pgdown> | <c-d>", "Jump down"},
+ {"<pgup> | <c-u>", "Jump up"},
+ {"} | ]", "Go to next directory"},
+ {"{ | [", "Go to previous directory"},
+ {"g", "Go to first item"},
+ {"G", "Go to last item"},
+ {"D", "Delete selected item"},
+ {"h", "Close current directory"},
+ {"H", "Close all directories"},
+ {"l | <space>", "Toggle directory"},
+ {"<right> | l | <enter>", "Connect to selected host / toggle directory"},
+ {"a | i", "Create a new host"},
+ {"y", "Copy selected host"},
+ {"d", "Cut selected host"},
+ {"p", "Paste host in clipboard"},
+ {"<f7> | m", "Create a new directory"},
+ {"e", "Edit selected host"},
+ {"c | C | A", "Rename selected item"},
+ {"<c-r>", "Reload data and configuration"},
+ {"?", "Display this help menu"},
+ {"<c-c> | q", "Quit"},
}
)