Stop Using Mouse on PyCharm

Guilherme de Lima Barros
1 min readApr 29, 2020

I would like to share some commands that I use. I am using Ubuntu 16.04 and the paid version of PyCharm. I hope that some of them help your productivity. Enjoy.

Wait for gifs load.

Duplicate Line (Ctrl + D)

Duplicate selected line.

Delete Line (Ctrl + Y)

Delete selected line.

Extract Code Fragment to Method (Ctrl + Alt + M)

Turn the selected code fragment into a method.

Move Line (Ctrl + Shift + ↑ | ↓)

Move the selected line above or below.

Reformat Code (Ctrl + Alt + I)

Indent selected code.

Comment or Uncomment Code (Ctrl + /)

Comment or uncomment selected line.

Find in Path (Ctrl + Shift + F)

Find the search string in a project

Find Action (Ctrl + Shift + A)

Find actions in Pycharm.

Find Files (Ctrl + Shift + N)

Search files by name.

Move in Tabs ( Alt + ← | Alt + →)

Navigate between open tabs

Close Actual Tab (Ctrl + F4)

Close actual tab

Close All Tabs (Alt + Shift + X)

Close all tabs.

Open or Close Project Structure (Alt +1)

Give you more space to see your code.

Bookmark (Ctrl + Shift + 0|1|2|3|4|5|6|7|8|9)

Set bookmark in line.

Go To Bookmark (Ctrl + 0|1|2|3|4|5|6|7|8|9)

Go to bookmark.

GIT Pull (Ctrl + T)

Update your project.

GIT Commit (Ctrl + K)

Commit your changes to your repository.

GIT Push (Ctrl + Shift + K)

Push your changes to your repository.

--

--

Guilherme de Lima Barros

Full Stack Engineer | Master at League of Legends | Drum Enthusiast.