{% extends "base.html" %} {% block title %}{{command_name}} command{% endblock %} {% block content %}

Command: {{command_name}}

See the source code.

{{command.getdoc()}}

{% if used_in_keymaps %}

This command is bound to:

{% for binding, keymap in used_in_keymaps %} {% endfor %}
bindingkeymap
{{binding}}{{keymap}}
{% endif %}

See all commands or all key bindings .

{% endblock %}