当我做了man bindkey次这样的事情,我得到了:

BUILTIN(1)                BSD General Commands Manual               BUILTIN(1)

NAME
     builtin, !, %, ., :, @, {, }, alias, alloc, bg, bind, bindkey, break, breaksw, builtins, case, cd, chdir, command,
     complete, continue, default, dirs, do, done, echo, echotc, elif, else, end, endif, endsw, esac, eval, exec, exit,
     export, false, fc, fg, filetest, fi, for, foreach, getopts, glob, goto, hash, hashstat, history, hup, if, jobid,
     jobs, kill, limit, local, log, login, logout, ls-F, nice, nohup, notify, onintr, popd, printenv, pushd, pwd, read,
     readonly, rehash, repeat, return, sched, set, setenv, settc, setty, setvar, shift, source, stop, suspend, switch,
     telltc, test, then, time, times, trap, true, type, ulimit, umask, unalias, uncomplete, unhash, unlimit, unset,
     unsetenv, until, wait, where, which, while -- shell built-in commands

SYNOPSIS
     builtin [-options] [args ...]

DESCRIPTION
     Shell builtin commands are commands that can be executed within the running shell's process.  Note that, in the

有没有一种简单的方法可以访问此类命令的文档?

推荐答案

其他答案太长了...

通过在.zshrc中添加以下内容来设置run-help功能:

unalias run-help
autoload run-help

提示:用. ~/.zshrc重新加载配置.

现在,当运行run-help bindkey时,您应该会看到一个手动输入.如果它不起作用,你需要看到Accessing On-Line Help(man zshcontrib)的更多说明.

在某些情况下,运行"帮助"将找不到手动输入,您必须搜索man zshall.

Linux相关问答推荐

如何验证所有 csv 文件是否具有相同的第一行?

inotifywait 可以说文件在另一个进程可以访问之前已关闭吗?

为什么rsp寄存器从0x7FFFFFFFDFD0开始

Google Cloud Ops Agent Mongo 集成错误 - AuthenticationFailed:SCRAM 身份验证失败,storedKey 不匹配

如何拆分多个分隔符但将它们保留在方括号之间?

读取命令停止执行 bash 脚本

当 skylake 有 fsgsbase 时,为什么使用 __builtin_ia32_wrfsbase64 会收到非法指令?

使用 awk 将 csv 拆分为带有标题的多个文件

如何排除 tar 的绝对路径?

Linux 和 I/O 完成端口?

bash 中的线程?

如何在 Linux 上取消关机?

Linux 上真的没有异步块 I/O 吗?

linux中netstat和ss的区别?

ngrok 如何在防火墙后工作?

如何让我的 Golang Web 服务器在后台运行?

Bash:在文件中的特定位置插入一行

在 Linux 上更新 PyCharm

Linux 的文本编辑器(除了 Vi)?

适用于 Windows、Linux、MacOS X 的跨平台脚​​本