Skip to content

Commit

Permalink
Added Key Bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Dec 21, 2023
1 parent afb8aea commit b29227e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@
"default": "{\n$0\n}\n"
},
},
{
"caption": "Key Bindings",
"command": "edit_settings",
"args":
{
"base_file": "${packages}/GitHubFileFetcher/Default.sublime-keymap",
"default": "{\n$0\n}\n"
},
}
]
}
]
Expand Down

0 comments on commit b29227e

Please sign in to comment.