Skip to content

Commit

Permalink
Merge branch 'devel' of https://github.com/boltex/leojs into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
boltex committed Sep 7, 2024
2 parents a80ff73 + 6786daf commit f5e80e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/docs/getting-started/tutorial-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Leo has hundreds of commands, described in [Leo's Command Reference](../users-gu

A curated set of common commands are accessible through the VSCode UI — toolbar buttons, icon menus, and [key bindings](../users-guide/commands.md#key-reference). Those commands are discoverable via the [VSCode Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette). (accessible through `F1` or `Ctrl+Shift+P`)

With `Alt+X`, the complete set of commands is discoverable in its entirety through Leo's own command palette: [Leo's minibuffer](../users-guide/commands.md#executing-commands-from-the-minibuffer).
With `Alt+X`, the complete set of commands is discoverable in its entirety through Leo's own command palette: [Leo's minibuffer](../users-guide/commands.md#using-the-minibuffer).

![Leo's Minibuffer](./img/minibuffer-list.png)\
_The minibuffer showing all available commands_
Expand Down
2 changes: 1 addition & 1 deletion web/docs/users-guide/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 3

This chapter lists almost all of Leo's commands. It starts with a discussion of the Emacs-like minibuffer.

## Using the the minibuffer
## Using the minibuffer

Use `Alt-X` to open the minibuffer input box. You use the minibuffer to execute commands by name.

Expand Down

0 comments on commit f5e80e7

Please sign in to comment.