File tree 1 file changed +24
-1
lines changed
1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# GRV Documentation
2
2
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
+
3
26
## Introduction
4
27
5
28
GRV - Git Repository Viewer - is a TUI capable of displaying Git Repository
@@ -77,7 +100,7 @@ q Close view (or close tab if empty)
77
100
<C-z> Suspend GRV
78
101
```
79
102
80
- ### View specific bindings
103
+ ### View Specific Bindings
81
104
82
105
Ref View specific key bindings:
83
106
You can’t perform that action at this time.
0 commit comments