diff --git a/README.md b/README.md index 252335f..1304330 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,16 @@ Here are just some of the **features** that GitLens provides, ## Side Bar Views [#](#side-bar-views- 'Side Bar Views') +GitLens adds many side bar views to provide additional rich functionality. The default layout (location) of these views can be quickly customized via the _GitLens: Set Views Layout_ (`gitlens.setViewsLayout`) command from the [_Command Palette_](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette). + +- _Source Control Layout_ — shows all the views together on the Source Control side bar +- _GitLens Layout_ — shows all the views together on the GitLens side bar + +

+ Views Layout: Source Control + Views Layout: GitLens +

+ ### Commits view [#](#commits-view- 'Commits view')

diff --git a/images/docs/views-layout-gitlens.png b/images/docs/views-layout-gitlens.png new file mode 100644 index 0000000..9a26c17 Binary files /dev/null and b/images/docs/views-layout-gitlens.png differ diff --git a/images/docs/views-layout-scm.png b/images/docs/views-layout-scm.png new file mode 100644 index 0000000..56f793c Binary files /dev/null and b/images/docs/views-layout-scm.png differ