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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,25 +12,25 @@ Note with either method, you may need to restart Sublime Text 2 for the plugin t
12
12
Installation through [package control](http://wbond.net/sublime_packages/package_control) is recommended. It will handle updating your packages as they become available. To install, do the following.
13
13
14
14
* In the Command Palette, enter `Package Control: Install Package`
15
-
* Search for `ANF` to see the list of available commands
15
+
* Search for `AdvancedNewFile`
16
16
17
17
### Manual
18
18
Clone or copy this repository into the packages directory. You will need to rename the folder to `AdvancedNewFile` if using this method. By default, the Package directory is located at:
19
19
20
20
* OS X: ~/Library/Application Support/Sublime Text 2/Packages/
21
-
* Windows: %APPDATA%/Sublime Text 2/Packages/
21
+
* Windows: %APPDATA%/Roaming/Sublime Text 2/Packages/
22
22
* Linux: ~/.config/sublime-text-2/Packages/
23
23
24
24
or
25
25
26
26
* OS X: ~/Library/Application Support/Sublime Text 3/Packages/
27
-
* Windows: %APPDATA%/Sublime Text 3/Packages/
27
+
* Windows: %APPDATA%/Roaming/Sublime Text 3/Packages/
28
28
* Linux: ~/.config/sublime-text-3/Packages/
29
29
30
30
Depending on your install on windows, the ST packages path may be `%APPDATA%/Sublime Text 2/...`
31
31
32
32
## Usage
33
-
Simply bring up the AdvancedNewFile input through the appropriate [key binding](https://github.com/skuroda/Sublime-AdvancedNewFile#keymaps). Then, enter the path, along with the file name into the input field. Upon pressing enter, the file will be created. In addition, if the directories specified do not yet exists, they will also be created. For more advanced usage of this plugin, be sure to look at [Advanced Path Usage](https://github.com/skuroda/Sublime-AdvancedNewFile#advanced-path-usage). By default, the path to the file being created will be filled shown in the status bar as you enter the path information.
33
+
Simply bring up the AdvancedNewFile input through the appropriate [key binding](https://github.com/skuroda/Sublime-AdvancedNewFile). Then, enter the path, along with the file name into the input field. Upon pressing enter, the file will be created. In addition, if the directories specified do not yet exists, they will also be created. For more advanced usage of this plugin, be sure to look at [Advanced Path Usage](https://github.com/skuroda/Sublime-AdvancedNewFile#advanced-path-usage). By default, the path to the file being created will be filled shown in the status bar as you enter the path information.
34
34
35
35
**Default directory:**
36
36
The default directory is specified by the `default_root` setting. By default, it will be the top directory of the folders listed in the window. If this cannot be resolved, the home directory will be used. See [Settings](https://github.com/skuroda/Sublime-AdvancedNewFile#settings) (`default_root`) for more information.
@@ -233,7 +233,7 @@ To begin at the home directory simply start with `~/` like you would in the shel
233
233
#### Aliases:
234
234
You can create an alias to quickly navigate to a directory. Simply type in the alias followed by a colon. Then specify the path as you would normally. Note, in an event a specified alias conflicts with a [predefined alias](https://github.com/skuroda/Sublime-AdvancedNewFile#predefined-aliases), the specified alias will take precedence.
235
235
236
-
Alias paths may be relative or absolute. If a relative path is specified, the `alias_root` setting will be used as the base. When specifying absolute paths, be sure to use the system specific style (e.g. Windows `C:\\Users\\username\\Desktop`, OS X and Linux`/home/username/desktop/`). In addition, you may specify an alias from the home directory by using `~/`.
236
+
Alias paths may be relative or absolute. If a relative path is specified, the `alias_root` setting will be used as the base. When specifying absolute paths, be sure to use the system specific style (e.g. Windows `C:\\Users\\username\\Desktop`, OS X and Linix`/home/username/desktop/`). In addition, you may specify an alias from the home directory by using `~/`.
237
237
238
238
If an invalid alias is specified, an error pop up will be displayed when trying to create the file.
0 commit comments