]> Sergey Matveev's repositories - nnn.git/commitdiff
Update help
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 23 Oct 2021 13:48:12 +0000 (19:18 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 23 Oct 2021 13:51:22 +0000 (19:21 +0530)
misc/auto-completion/fish/nnn.fish
misc/auto-completion/zsh/_nnn
nnn.1
src/nnn.c

index 2791040805820aa8a92dc8d79b01ee567dd22495..213c5e434093ea0896297d31a3b62fdc49e8d3c6 100644 (file)
@@ -23,7 +23,7 @@ complete -c nnn -s E    -d 'use EDITOR for undetached edits'
 complete -c nnn -s f    -d 'use readline history file'
 complete -c nnn -s g    -d 'regex filters'
 complete -c nnn -s H    -d 'show hidden files'
-complete -c nnn -s i    -d 'show file info on hover'
+complete -c nnn -s i    -d 'show current file info'
 complete -c nnn -s J    -d 'no auto-proceed on select'
 complete -c nnn -s K    -d 'detect key collision'
 complete -c nnn -s l -r -d 'lines to move per scroll'
index 133a99e89151f5bb96873bf58f83b304b63f386c..92e2380a603cf684246c53e1948a73a70a5be542 100644 (file)
@@ -21,7 +21,7 @@ args=(
     '(-f)-f[use readline history file]'
     '(-g)-g[regex filters]'
     '(-H)-H[show hidden files]'
-    '(-i)-i[show file info on hover]'
+    '(-i)-i[show current file info]'
     '(-J)-J[no auto-proceed on select]'
     '(-K)-K[detect key collision]'
     '(-l)-l[lines to move per scroll]:val'
diff --git a/nnn.1 b/nnn.1
index a6fc64f435e59fce455a67c54df50d7c1012bec6..0e4c21b346afc87f2d773264a00cbf6ecb73b253 100644 (file)
--- a/nnn.1
+++ b/nnn.1
@@ -85,7 +85,7 @@ supports the following options:
         show hidden files
 .Pp
 .Fl i
-        show file information in info bar on hover (may be slow)
+        show current file information in info bar (may be slow)
 .Pp
 .Fl J
         disable auto-proceed on select
index c5cd7c22f6a9a0866003a409cc0c13147aadf488..9b16a21f82789b07383b29214a7385f11b2e26c5 100644 (file)
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -8099,7 +8099,7 @@ static void usage(void)
 #endif
                " -g      regex filters\n"
                " -H      show hidden files\n"
-               " -i      show file info on hover\n"
+               " -i      show current file info\n"
                " -J      no auto-proceed on select\n"
                " -K      detect key collision\n"
                " -l val  set scroll lines\n"