Skip to content

Commit ad6db00

Browse files
committed
updating README.md to display short keys correctly in a list
1 parent 876850d commit ad6db00

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ To install using pre-built binary, first download [the latest release](https://
1010
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.
1111

1212
### 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.
2727

2828

2929
### Issues

0 commit comments

Comments
 (0)