以前使用 Eclipse 時,快捷鍵 Ctrl + M 會使當前窗口最大化。這裏配置 PyCharm 具備相同功能。vim
1)打開 File > Settings > Keymap ide
2) Version Control Systems > log > Commit Message History, 右鍵單擊,Remove Ctrl + M。spa
3) Editor Actions > Scroll to Center,右鍵單擊,Remove Ctrl + M。ip
4) Main Menu > Window > Active Tool Window > Hide All Tool Windows,右鍵單擊,Add Keyboard Shortcut,按 Ctrl + M,而後再右鍵,Remove Ctrl + Shift + F12。it
5) 回到左側導航欄,點擊 Editor > Vim Emulation,選擇左側 Ctrl + M 將 Handler 設置爲 IDE。io
以後 就能夠使用 Ctrl + M 最大化代碼編輯窗了。class
另外,安裝完 Ideavim 以後,須要調整一下按鍵,好比 Ctrl + C , Ctrl + V 的複製粘貼功能,而 Ctrl + N, Ctrl + P 等則須要正常的 Vim 功能,設置路徑爲: File > Settings... > Other Settings > Vim Emulation ,而後設置 Handler 爲 Vim 或 IDE 來定義各類鍵綁定的行爲。cli
完。配置