Skip to content

Commit 753b8de

Browse files
committed
Update README with mouse support information
1 parent 3944b41 commit 753b8de

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ More screenshots can be seen [here](doc/screenshots.md)
1717
- Organised as tabs and splits. Custom tabs and splits can be created using any combination of views.
1818
- Vi like keybindings by default, key bindings can be customised.
1919
- Custom themes can be created.
20+
- Mouse support.
2021

2122
## Documentation
2223

doc/documentation.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -164,18 +164,21 @@ set variable value
164164
Configuration variables available in GRV are:
165165

166166
```
167-
Variable | Type | Description
168-
---------+--------+----------------------------------------------
169-
tabwidth | int | Tab character screen width (minimum value: 1)
170-
theme | string | The currently active theme
167+
Variable | Type | Default Value | Description
168+
------------------+--------+---------------+----------------------------------------------
169+
tabwidth | int | 8 | Tab character screen width (minimum value: 1)
170+
theme | string | solarized | The currently active theme
171+
mouse | bool | false | Mouse support enabled
172+
mouse-scroll-rows | int | 3 | Number of rows scrolled for each mouse event
171173
```
172174

173-
For example, to set the tab width to tab width to 4 and the currently active
174-
theme to "mytheme":
175+
For example, to set the tab width to tab width to 4, the currently active
176+
theme to "mytheme" and enable mouse support:
175177

176178
```
177179
set tabwidth 4
178180
set theme mytheme
181+
set mouse true
179182
```
180183

181184
GRV currently has 3 built in themes available:

0 commit comments

Comments
 (0)