Skip to content

Instantly share code, notes, and snippets.

@nrodrigues
Last active July 7, 2022 06:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nrodrigues/530f498600363e55ff3a to your computer and use it in GitHub Desktop.
Save nrodrigues/530f498600363e55ff3a to your computer and use it in GitHub Desktop.
Always show scrollbars in Eclipse only
# always show scrollbars in Eclipse
defaults write -app Eclipse AppleShowScrollBars 'Always'
# Return to system default
defaults delete -app Eclipse AppleShowScrollBars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment