Skip to content
Deng edited this page Nov 7, 2018 · 3 revisions
  • Use English in shell:

    export LC_ALL=en_US.UTF-8
  • Enable key repeat in pycharm

    defaults delete -g ApplePressAndHoldEnabled
    defaults write com.jetbrains.pycharm ApplePressAndHoldEnabled -bool false
  • Pycharm 配置文件位置,详见此处

    • ideaVIM 失效时删除 SettingRepository 的 vim_settings.xml 文件可解决

Clone this wiki locally