Skip to content

Commit 21045f4

Browse files
committed
Added table of contents to documentation
1 parent 7485f96 commit 21045f4

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

doc/documentation.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# GRV Documentation
22

3+
## Table Of Contents
4+
5+
- [Introduction](#introduction)
6+
- [Command Line Arguments](#command-line-arguments)
7+
- [Key Bindings](#key-bindings)
8+
* [Movement](#movement)
9+
* [Search](#search)
10+
* [View Navigation](#view-navigation)
11+
* [General](#general)
12+
* [View Specific Bindings](#view-specific-bindings)
13+
- [Configuration](#configuration)
14+
* [set](#set)
15+
* [theme](#theme)
16+
* [map](#map)
17+
* [q](#q)
18+
* [addtab](#addtab)
19+
* [rmtab](#rmtab)
20+
* [addview](#addview)
21+
* [vsplit](#vsplit)
22+
* [hsplit](#hsplit)
23+
* [split](#split)
24+
- [Filter Query Language](#filter-query-language)
25+
326
## Introduction
427

528
GRV - Git Repository Viewer - is a TUI capable of displaying Git Repository
@@ -77,7 +100,7 @@ q Close view (or close tab if empty)
77100
<C-z> Suspend GRV
78101
```
79102

80-
### View specific bindings
103+
### View Specific Bindings
81104

82105
Ref View specific key bindings:
83106

0 commit comments

Comments
 (0)