File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -146,25 +146,26 @@ Examples:
146
146
- ` :DiffviewFileHistory --range=feat/example-branch `
147
147
- ` :'<,'>DiffviewFileHistory `
148
148
149
- ### Familiarize Yourself With ` :h diff-mode `
150
-
151
- | :information_source : This plugin assumes you're familiar with all the features already provided by nvim's builtin diff-mode |
152
- | :-----------------------------------------|
153
-
154
- These features include:
155
-
156
- - Jumping between hunks (` :h jumpto-diffs ` ).
157
- - Applying the changes of a diff hunk from any of the diffed buffers
158
- (` :h copy-diffs ` ).
159
- - And more...
160
-
161
- Visit the help page for more info.
149
+ > [ !IMPORTANT]
150
+ > ### Familiarize Yourself With ` :h diff-mode `
151
+ >
152
+ > This plugin assumes you're familiar with all the features already provided by
153
+ > nvim's builtin diff-mode. These features include:
154
+ >
155
+ > - Jumping between hunks (` :h jumpto-diffs ` ).
156
+ > - Applying the changes of a diff hunk from any of the diffed buffers
157
+ > (` :h copy-diffs ` ).
158
+ > - And more...
159
+ >
160
+ > Read the help page for more info.
162
161
163
162
---
164
163
165
164
<br >
166
165
167
- #### :information_source : Additionally check out [ USAGE] ( USAGE.md ) for examples of some more specific use-cases
166
+ > [ !NOTE]
167
+ > Additionally check out [ USAGE] ( USAGE.md ) for examples of some more specific
168
+ > use-cases.
168
169
169
170
<br >
170
171
You can’t perform that action at this time.
0 commit comments