Find Next in Current File
I was wondering how I can quickly navigate to the next instance of the word the cursor is currently at in the current file. In Vim, this is easily done by pressing Shift+8. In PyCharm, however, I have to select the word, hit CTRL+C, hit CTRL+F, hit CTRL+P, and hit enter to do the same thing.
Thanks,
Please sign in to leave a comment.