mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 21:14:26 +08:00
Remove the cmd + space autocomplete instructions from example livebook (#407)
Macs use ctrl + space and don't special case this shortcut
This commit is contained in:
parent
a49111afe0
commit
c1d462620b
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ Let's move on.
|
||||||
## Autocompletion
|
## Autocompletion
|
||||||
|
|
||||||
Elixir code cells also support autocompletion by
|
Elixir code cells also support autocompletion by
|
||||||
pressing <kbd>ctrl</kbd> + <kbd>␣</kbd>
|
pressing <kbd>ctrl</kbd> + <kbd>␣</kbd>. Try it out by
|
||||||
(<kbd>⌘</kbd> + <kbd>␣</kbd> on a Mac). Try it out by
|
|
||||||
autocompleting the code below to `System.version()`. First put
|
autocompleting the code below to `System.version()`. First put
|
||||||
the cursor after the `.` below and
|
the cursor after the `.` below and
|
||||||
press <kbd>ctrl</kbd> + <kbd>␣</kbd>:
|
press <kbd>ctrl</kbd> + <kbd>␣</kbd>:
|
||||||
|
|
Loading…
Add table
Reference in a new issue