Skip to content

Instantly share code, notes, and snippets.

@helloworld12321
Created July 27, 2021 20:39
Show Gist options
  • Save helloworld12321/6f65c5cdf9e2a560809e0db732fbe2cf to your computer and use it in GitHub Desktop.
Save helloworld12321/6f65c5cdf9e2a560809e0db732fbe2cf to your computer and use it in GitHub Desktop.
IntelliJ settings
<application>
<component name="DefaultFont">
<option name="FONT_SIZE" value="10" />
<option name="FONT_FAMILY" value="Source Code Pro" />
<option name="FONT_REGULAR_SUB_FAMILY" value="Regular" />
<option name="FONT_BOLD_SUB_FAMILY" value="Bold" />
<option name="LINE_SPACING" value="1.1" />
</component>
<component name="EditorSettings">
<option name="STRIP_TRAILING_SPACES" value="Whole" />
<option name="ARE_GUTTER_ICONS_SHOWN" value="false" />
<option name="KEEP_TRAILING_SPACE_ON_CARET_LINE" value="false" />
</component>
<component name="InlayHintsSettings">
<option name="lastViewedProviderKeyId" value="microservices.url.path.inlay.hints" />
</component>
</application>
<keymap version="1" name="macOS copy" parent="Mac OS X 10.5+">
<action id="ActivateProjectToolWindow">
<keyboard-shortcut first-keystroke="meta 1" />
<keyboard-shortcut first-keystroke="shift meta e" />
<keyboard-shortcut first-keystroke="meta b" />
</action>
<action id="ActivateTerminalToolWindow">
<keyboard-shortcut first-keystroke="alt f12" />
<keyboard-shortcut first-keystroke="meta j" />
</action>
<action id="ChangesView.ToggleCommitUi" />
<action id="CheckinProject" />
<action id="CloseProject">
<keyboard-shortcut first-keystroke="meta k" second-keystroke="meta f" />
</action>
<action id="Console.TableResult.NavigateForeignAction">
<mouse-shortcut keystroke="meta button1" />
<mouse-shortcut keystroke="Force touch" />
<mouse-shortcut keystroke="button2" />
</action>
<action id="GotoAction">
<keyboard-shortcut first-keystroke="shift meta a" />
<keyboard-shortcut first-keystroke="shift meta p" />
</action>
<action id="GotoDeclaration">
<mouse-shortcut keystroke="meta button1" />
<mouse-shortcut keystroke="Force touch" />
<mouse-shortcut keystroke="button2" />
</action>
<action id="GotoNextError" />
<action id="InsertLiveTemplate" />
<action id="OpenFile">
<keyboard-shortcut first-keystroke="meta k" second-keystroke="meta o" />
</action>
<action id="RecentLocations" />
<action id="RenameElement">
<keyboard-shortcut first-keystroke="shift f6" />
<keyboard-shortcut first-keystroke="f2" />
</action>
<action id="Scala.ShowImplicits">
<keyboard-shortcut first-keystroke="shift ctrl alt equals" />
<keyboard-shortcut first-keystroke="shift ctrl alt add" />
</action>
<action id="Terminal.ClearBuffer">
<keyboard-shortcut first-keystroke="meta l" />
</action>
<action id="Terminal.SwitchFocusToEditor" />
</keymap>
<application>
<component name="UISettings">
<option name="EDITOR_AA_TYPE" value="Greyscale" />
<option name="EDITOR_TAB_PLACEMENT" value="0" />
<option name="IDE_AA_TYPE" value="Greyscale" />
<option name="SHOW_NAVIGATION_BAR_MEMBERS" value="false" />
</component>
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment