Skip to content

Commit

Permalink
(docs) add “File” for windows users
Browse files Browse the repository at this point in the history
  • Loading branch information
geddski committed Jan 26, 2017
1 parent 0d09939 commit 320c961
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ See also [Level up your Coding with Macros](http://gedd.ski/post/level-up-coding

## Create Custom Macros

Create your own custom macros by adding them to your `settings.json` (Code > Preferences > User Settings)
Create your own custom macros by adding them to your `settings.json` (Code|File > Preferences > User Settings)

For example:

Expand All @@ -25,13 +25,13 @@ For example:
This macro creates a copy of the current line, comments out the original line, and moves the cursor down to the copy.

Your macros can run any built-in VS Code action, and even actions from other extensions.
To see all the names of possible actions VS Code can run, see `Default Keyboard Shortcuts` (Code > Preferences > Keyboard Shortcuts)
To see all the names of possible actions VS Code can run, see `Default Keyboard Shortcuts` (Code|File > Preferences > Keyboard Shortcuts)

Give your macros names that briefly describe what they do.

## Add Keybindings to Run your Macros

in `keybindings.json` (Code > Preferences > Keyboard Shortcuts) add bindings to your macros:
in `keybindings.json` (Code|File > Preferences > Keyboard Shortcuts) add bindings to your macros:

```json
{
Expand Down

0 comments on commit 320c961

Please sign in to comment.