aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/c_defs.go15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/c_defs.go b/src/c_defs.go
index 6c2db1c..8aff2c2 100644
--- a/src/c_defs.go
+++ b/src/c_defs.go
@@ -59,13 +59,14 @@ const (
)
const (
- NORMAL_KEYS_HINTS = `[x](a)dd/(i)nsert host -
-[x](m)kdir -
-[x](s)earch -
-[x](?) help`
- DELETE_KEYS_HINTS = `(q)uit -
-(y)es -
-(n)o`
+ NORMAL_KEYS_HINTS = `!a/i: insert host -
+!m: mkdir -
+!s: search -
+[C-r]: reload
+!?: help`
+ DELETE_KEYS_HINTS = `q: quit -
+y: yes -
+n: no`
ERROR_KEYS_HINTS = "[Enter] Ok"
)