Skip to content

sikuan/pycharm-keymaps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

pycharm-keymaps

This is my PyCharm keymap, based on the Default PyCharm keymap.

Keyboard Shortcuts

A useful printout quick-reference guide to the default keyboard shortcuts: https://www.jetbrains.com/pycharm/docs/PyCharm_ReferenceCard.pdf

Additional shortcuts in this keymap:

Shortcut Action
Ctrl+Y         Redo (as opposed to Delete Line in the default keymap)
Shift+Ctrl+D Diff current file against repo version (i.e. show my local changes)
Ctrl+Alt+D Diff clipboard contents with the current selection
Alt+S, Alt+T Stack Trace Explorer - display the stack trace from the clipboard with hyperlinks to the code for each frame.
Ctrl+L Log - show the git log for this file.
Shift+Ctrl+L Log for Selection - show the git history for the currently selected code lines.
Alt+L Local History Log - show the local edit history, annotated with versions when tests passed/failed, etc.
Shift+Alt+L Local History for Selection
Ctrl+Alt+Q Annotate
Ctrl+F5 Rerun previous configuration (e.g. previous unit test run)
Ctrl+Shift+F5 Rerun Failed Tests

Usage

To make use of this keymap:

cd ~/.PyCharm2017.1/config               # On Linux
cd ~/Library/Preferences/PyCharm2017.1/  # On OS X
git clone https://github.com/asqui/pycharm-keymaps.git keymaps

(If you already have keymaps, you may need to remove keymaps/, or move it away and merge it after cloning the repo.)

If you've lost the .git directory in your checkout (sometimes happens with PyCharm upgrades):

git init
git remote add origin https://github.com/asqui/pycharm-keymaps.git
git fetch
git reset origin/master

About

Personal PyCharm keymap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published