Skip to content

Commit 095b0b5

Browse files
authored
Merge pull request #424 from baggiiiie/fix/readme
Fix README.md link
2 parents 0a13185 + c40f038 commit 095b0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ use {
4141
# 💡 Behaviour
4242

4343
1. When starting `nvim` with no arguments, AutoSession will try to restore an existing session for the current `cwd` if one exists.
44-
2. When starting `nvim .` (or another directory), AutoSession will try to restore the session for that directory. See [argument handling](#🗃%EF%B8%8F-argument-handling) for more details.
45-
3. When starting `nvim some_file.txt` (or multiple files), by default, AutoSession won't do anything. See [argument handling](#🗃%EF%B8%8F-argument-handling) for more details.
44+
2. When starting `nvim .` (or another directory), AutoSession will try to restore the session for that directory. See [argument handling](#%EF%B8%8F-argument-handling) for more details.
45+
3. When starting `nvim some_file.txt` (or multiple files), by default, AutoSession won't do anything. See [argument handling](#%EF%B8%8F-argument-handling) for more details.
4646
4. Even after starting `nvim` with a file argument, a session can still be manually restored by running `:SessionRestore`.
4747
5. Any session saving and restoration takes into consideration the current working directory `cwd`.
4848
6. When piping to `nvim`, e.g: `cat myfile | nvim`, AutoSession won't do anything.

0 commit comments

Comments
 (0)