Last active
May 1, 2021 14:19
-
-
Save nikonov91-dev/090c2ad98fe1bbbff73438772faafaae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
удаление Idea на линуксе | |
~/.intellij... | |
~./local/share/jetBrains | |
./etc/ | |
~/.java/.userPrefs/jetBrains | |
на маке: | |
удалить из программ | |
проверить пути: ~/Library/Preferences/, ~/Library/Application Support/ and ~/Library/Caches/ | |
проверить пути: ~user/Library/Preferences/, ~/user/Library/Application Support/ and ~/user/Library/Caches/ | |
ну и конечно через поиск jetbrains, idea, pycharm, intellij | |
editor: | |
font-size: 14 | |
general: | |
soft wraps: *.md; *.txt; *.rst; *.adoc; *.jsx; *.js; | |
plugins: | |
filewatcher | |
keymaps: | |
rename - ctrl+4 or alt+ctrl+r | |
build proj - ctrl+s | |
select next tab - ctrl+pgDw | |
select prev tab - ctrl+pgUp | |
close active editor - ctrl+w | |
reopen closed tab - ctrl+sft+t | |
goto next splitter - ctrl+2 | |
goto prev splitter - ctrl+3 | |
compare with branch (git) - ctrl+alt+c | |
compare with local - alt+cmd+v | |
resume program (run) - shift+ctrl+c | |
introduce variable - cmd+l | |
settings: | |
show parameter name hint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment