Compare commits

...

2 Commits

2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<application> <application>
<component name="github-copilot"> <component name="github-copilot">
<option name="signinNotificationShown" value="true" />
<disabledLanguages> <disabledLanguages>
<option value="CSS" /> <option value="CSS" />
<option value="HTML" /> <option value="HTML" />

View File

@ -6,6 +6,9 @@
<action id="EditorAddOrRemoveCaret"> <action id="EditorAddOrRemoveCaret">
<mouse-shortcut keystroke="control button1" /> <mouse-shortcut keystroke="control button1" />
</action> </action>
<action id="Git.Add">
<keyboard-shortcut first-keystroke="shift ctrl alt a" />
</action>
<action id="GotoDeclaration"> <action id="GotoDeclaration">
<keyboard-shortcut first-keystroke="ctrl b" /> <keyboard-shortcut first-keystroke="ctrl b" />
<mouse-shortcut keystroke="alt button1" /> <mouse-shortcut keystroke="alt button1" />