You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/connections.mdx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -76,9 +76,9 @@ In addition to the regular ssh config file, wave also has its own config file to
76
76
| term:theme | This string can be used to specify a terminal theme for blocks using this connection. The block metadata takes priority over this setting. It defaults to null which means the global setting will be used instead. |
77
77
| ssh:identityfile | A list of strings containing the paths to identity files that will be used. If a `wsh ssh` command using the `-i` flag is successful, the identity file will automatically be added here. |
78
78
79
-
### Example Interal Configurations
79
+
### Example Internal Configurations
80
80
81
-
Here are a couple examples of things you can do using the internal configuration file `config.json`:
81
+
Here are a couple examples of things you can do using the internal configuration file `connections.json`:
82
82
83
83
#### Hiding a Connection
84
84
@@ -110,7 +110,7 @@ Suppose you have a connection named `rarelyused` that shows up as `myusername@ra
110
110
111
111
#### Theming a Connection
112
112
113
-
Suppose you have a connection named `myhost` that shows up as `myusername@myhost` in the connections dropdown. You use this connection a lot but you keep getting it mixed up with your local connections. In this case, you can use the internal configuration file to style it differently. For example:
113
+
Suppose you have a connection named `myhost` that shows up as `myusername@myhost` in the connections dropdown. You use this connection a lot, but you keep getting it mixed up with your local connections. In this case, you can use the internal configuration file to style it differently. For example:
114
114
115
115
```json
116
116
{
@@ -134,7 +134,7 @@ While Wave provides an option disable `wsh` when first connecting to a remote, t
0 commit comments