CLion

C/C++ IDE

官网:https://www.jetbrains.com/clion/

快捷键

  • ⌃ + r 运行

手动开启 Vim 模式

defaults write -g ApplePressAndHoldEnabled 0

Vim 模式快捷键与 CLion 冲突

Preferences → Other Settings → Vim Emulation

设置右边界 80 行

Editor → Code Style - Right margin (columns): 80

修改字体

首先需要复制配色方案

Editor → Colors & Fonts - Scheme 选择 Save As

然后就修改字体了

显示空格

Editor → General → Appearance - Show whitespaces

显示行号

Editor → General → Appearance - Show line numbers