As you can see here, you can use vim keybindings with IdeaVim http://nwpct1.hatenablog.com/entry/pycharm-vim
From Explorer in the upper left, select Mark Directory As and set it as Source Root. If you don't do this, the source editor will point out a reference error even if you load the django application file.
If you press shift twice in a row, it will be searched, so specify the file name. In the case of django, it will be a file similar to views.py, so I hope it can be narrowed down like peco.
Ctrl + Tab launches switcher
option (alt) + F12 key
Command + option(alt) + L
Command + J
Preferences>Editor>General>Appearance>Show line numbers
Recommended Posts