File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ More screenshots can be seen [here](doc/screenshots.md)
17
17
- Organised as tabs and splits. Custom tabs and splits can be created using any combination of views.
18
18
- Vi like keybindings by default, key bindings can be customised.
19
19
- Custom themes can be created.
20
+ - Mouse support.
20
21
21
22
## Documentation
22
23
Original file line number Diff line number Diff line change @@ -164,18 +164,21 @@ set variable value
164
164
Configuration variables available in GRV are:
165
165
166
166
```
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
171
173
```
172
174
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 :
175
177
176
178
```
177
179
set tabwidth 4
178
180
set theme mytheme
181
+ set mouse true
179
182
```
180
183
181
184
GRV currently has 3 built in themes available:
You can’t perform that action at this time.
0 commit comments