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: book/src/configuration.md
+8
Original file line number
Diff line number
Diff line change
@@ -347,3 +347,11 @@ max-wrap = 25 # increase value to reduce forced mid-word wrapping
347
347
max-indent-retain = 0
348
348
wrap-indicator = ""# set wrap-indicator to "" to hide it
349
349
```
350
+
351
+
### `[editor.smart-tab]` Section
352
+
353
+
354
+
| Key | Description | Default |
355
+
|------------|-------------|---------|
356
+
|`enable`| If set to true, then when the cursor is in a position with non-whitespace to its left, instead of inserting a tab, it will run `move_parent_node_end`. If there is only whitespace to the left, then it inserts a tab as normal. With the default bindings, to explicitly insert a tab character, press Shift-tab. |`true`|
357
+
|`supersede-menu`| Normally, when a menu is on screen, such as when auto complete is triggered, the tab key is bound to cycling through the items. This means when menus are on screen, one cannot use the tab key to trigger the `smart-tab` command. If this option is set to true, the `smart-tab` command always takes precedence, which means one cannot use the tab key to cycle through menu items. One of the other bindings must be used instead, such as arrow keys or `C-n`/`C-p`. |`false`|
0 commit comments