aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defs.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/c_defs.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/c_defs.go b/src/c_defs.go
index 465db95..3aa1884 100644
--- a/src/c_defs.go
+++ b/src/c_defs.go
@@ -60,10 +60,9 @@ const (
)
const (
- NORMAL_KEYS_HINTS = `!a/i: insert host -
+ NORMAL_KEYS_HINTS = `a/i: insert host -
m: mkdir -
-!s: search -
-[C-r]: reload
+[C-r]: reload -
!?: help`
ERROR_KEYS_HINTS = "[Enter]: ok"
CONFIRM_KEYS_HINTS = `y/n: yes - no`