-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normalize line endings of docs/README.md
For some reason this was checked in with CRLF line endings; change it to just LF, like all other text files.
- Loading branch information
1 parent
6da4f9a
commit 94a1c27
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Documentation Overview | ||
|
||
* [Configuration](./Config.md). | ||
* [Custom Commands](./Custom_Command_Keybindings.md) | ||
* [Custom Pagers](./Custom_Pagers.md) | ||
* [Dev docs](./dev) | ||
* [Keybindings](./keybindings) | ||
* [Undo/Redo](./Undoing.md) | ||
* [Range Select](./Range_Select.md) | ||
* [Searching/Filtering](./Searching.md) | ||
* [Stacked Branches](./Stacked_Branches.md) | ||
# Documentation Overview | ||
|
||
* [Configuration](./Config.md). | ||
* [Custom Commands](./Custom_Command_Keybindings.md) | ||
* [Custom Pagers](./Custom_Pagers.md) | ||
* [Dev docs](./dev) | ||
* [Keybindings](./keybindings) | ||
* [Undo/Redo](./Undoing.md) | ||
* [Range Select](./Range_Select.md) | ||
* [Searching/Filtering](./Searching.md) | ||
* [Stacked Branches](./Stacked_Branches.md) |