You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,20 @@ To install using pre-built binary, first download [the latest release](https://
10
10
First clone the project. Follow the [Setting Up a Development Environment](http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started.html) guideline to setup the IntelliJ IDE for plugin development. Now you should be able to compile the project (requires Java 1.8) and run it. In the end, deploy the project by following the [Deploying a Plugin](http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/deploying_plugin.html) tutorial.
11
11
12
12
### Keyboard short keys
13
-
`Q` : Switch between information display modes
14
-
`V` : Toggle displaying code metrics values
15
-
`T` : Toggle authors colorful mode
16
-
`B`/`N`: mark first/second file to compare
17
-
`Space` : compare two currently marked commits
18
-
`,` : Show list of files which are changed in current commit
19
-
`.` : Show list of all files in all packages
20
-
`+`/`-` : Zoom in/out the timeline
21
-
`A`/`D` : Select previous/next month on timeline
22
-
`W`/`S` : Move to previous/next commit on 3D view
23
-
`I`/`K` : Increase/Decrease maximum depth of visibility on 3D view
24
-
`O`/`L` : Increase/Decrease commits windows distance on 3D view
25
-
`Z`/`X` : Display previous/next code metric
26
-
`F` : Toggle Commit List view between normal and tree mode.
13
+
-`Q` : Switch between information display modes
14
+
-`V` : Toggle displaying code metrics values
15
+
-`T` : Toggle authors colorful mode
16
+
-`B`/`N`: mark first/second file to compare
17
+
-`Space` : compare two currently marked commits
18
+
-`,` : Show list of files which are changed in current commit
19
+
-`.` : Show list of all files in all packages
20
+
-`+`/`-` : Zoom in/out the timeline
21
+
-`A`/`D` : Select previous/next month on timeline
22
+
-`W`/`S` : Move to previous/next commit on 3D view
23
+
-`I`/`K` : Increase/Decrease maximum depth of visibility on 3D view
24
+
-`O`/`L` : Increase/Decrease commits windows distance on 3D view
25
+
-`Z`/`X` : Display previous/next code metric
26
+
-`F` : Toggle Commit List view between normal and tree mode.
0 commit comments