mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 04:54:29 +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
|
||||
|
||||
Elixir code cells also support autocompletion by
|
||||
pressing <kbd>ctrl</kbd> + <kbd>␣</kbd>
|
||||
(<kbd>⌘</kbd> + <kbd>␣</kbd> on a Mac). Try it out by
|
||||
pressing <kbd>ctrl</kbd> + <kbd>␣</kbd>. Try it out by
|
||||
autocompleting the code below to `System.version()`. First put
|
||||
the cursor after the `.` below and
|
||||
press <kbd>ctrl</kbd> + <kbd>␣</kbd>:
|
||||
|
|
Loading…
Add table
Reference in a new issue