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: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,9 @@ Same as `default_root` for copy file commands. In addition to the valid values l
206
206
`empty_filename_action`:
207
207
On empty input of file name, execute an alternative action. Currently only implemented for the new file command, which will open a new unnamed file. Default value is `false`
208
208
209
+
210
+
`cursor_before_extension`:
211
+
When specifying initial input, this boolean will place the cursor prior to the last occurring dot. Default value is False.
209
212
### Project Specific Settings
210
213
All of the above settings can also be specified as part of the project specific settings. These values override any previous values set by higher level settings, with aliases being an exception. Alias settings will be merged with higher level configurations for alias. In addition, if the same alias exist for both default/user settings and project settings, the project setting will take precedence.
* New command `AdvancedNewFileNewAtFileCommand`. This command can be mapped to in "Side Bar.sublime-menu" to allow right clicking on files offer to create a new file from that directory, with the specified file as input.
2
+
* New property `cursor_before_extension` that will place the cursor before the last occurring dot when an initial input is specified. Default value is false.
0 commit comments