Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 8c1f85e

Browse files
committed
Update basic_functionality.md
1 parent 3281fb5 commit 8c1f85e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

basic_functionality.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ The navigate tab is a "filter list" where typing in the top input will filter th
3131

3232
![navigate tab filtered](/images/start/navi2.png)
3333

34+
### Command pane
35+
36+
The `command` pane is your one stop shop to figure out if Light Table can do something. It is a filter list like navigate that presents a list of all the visible commands in Light Table. Want to open a file or change some setting? Type "open file" or "setting" to filter down to what you want to do and then press enter to do it. Opening the `command` pane is bound to Ctrl+Space by default, but you can use the `Commands` item in the `View` menu as well.
37+
38+
![command tab](/images/start/cmd.png)
39+
40+
The command pane will also show keybindings for the given command underneath the command's name.
41+
42+
![command tab](/images/start/cmdopts.png)
43+
3444
### Connections pane
3545

3646
The `connect` pane shows you a list of currently connected "clients" that can be used for doing language operations like eval. To open it, use the `Connections` item in the `View` menu or the `Connect: Show connect bar` command.
@@ -45,16 +55,6 @@ The `connect` tab also allows you to explicitly add a connection to a client, by
4555

4656
![connect tab](/images/start/conadd.png)
4757

48-
### Command pane
49-
50-
The `command` pane is your one stop shop to figure out if Light Table can do something. It is a filter list like navigate that presents a list of all the visible commands in Light Table. Want to open a file or change some setting? Type "open file" or "setting" to filter down to what you want to do and then press enter to do it. Opening the `command` pane is bound to Ctrl+Space by default, but you can use the `Commands` item in the `View` menu as well.
51-
52-
![command tab](/images/start/cmd.png)
53-
54-
The command pane will also show keybindings for the given command underneath the command's name.
55-
56-
![command tab](/images/start/cmdopts.png)
57-
5858
### Find
5959

6060
In an editor tab, you can find and replace some of the content via the command `Find: In current editor`. The default keybinding is `Ctrl-F`. This will open the find bar. In it you can enter, unsurprisingly, text to search for within the editor.

0 commit comments

Comments
 (0)