From 29efb4c8b5a666f399c1b3e139dbc5f6702b69eb Mon Sep 17 00:00:00 2001 From: the-mikedavis Date: Tue, 1 Aug 2023 14:42:01 +0000 Subject: [PATCH] deploy: 15e07d4db893aec7b9e117c1f88400a68ba98ae2 --- master/configuration.html | 7 ++++++- master/print.html | 7 ++++++- master/searchindex.js | 2 +- master/searchindex.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/master/configuration.html b/master/configuration.html index 15dc8bae0..5efb10bed 100644 --- a/master/configuration.html +++ b/master/configuration.html @@ -456,7 +456,12 @@ max-wrap = 25 # increase value to reduce forced mid-word wrapping max-indent-retain = 0 wrap-indicator = "" # set wrap-indicator to "" to hide it - +

[editor.smart-tab] Section

+
+ + +
KeyDescriptionDefault
enableIf 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
supersede-menuNormally, 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
+