-
Notifications
You must be signed in to change notification settings - Fork 94
Key Bindings
Scott Kuroda edited this page Dec 19, 2013
·
3 revisions
By default, AdvancedNewFile comes with two key bindings. Additional key bindings can be defined by the user. To view the commands that can be bound to key bindings, see Commands.
-
ctrl+alt+n- This key binding will create a prompt. Enter the path of the file to create in the prompt. The file, along with any directory structure needed, will be generated. This executes theadvanced_new_file_newcommand. -
ctrl+shift+alt+n- Similar to the previous command. However, this will also create__init__.pyfiles in any newly created directories. This executes theadvanced_new_file_newcommand with the argumentsis_pythonset totrue.
-
super+alt+n- This key binding will create a prompt. Enter the path of the file to create in the prompt. The file, along with any directory structure needed, will be generated. This executes theadvanced_new_file_newcommand. -
super+shift+alt+n- Similar to the previous command. However, this will also create__init__.pyfiles in any newly created directories. This executes theadvanced_new_file_newcommand with the argumentsis_pythonset totrue.