diff --git a/README.md b/README.md index 0728e9f..9679fd7 100644 --- a/README.md +++ b/README.md @@ -334,6 +334,7 @@ Note that at the moment the ssh adapter does not support Windows machines, and i ## Recipes - [Toggle file detail view](doc/recipes.md#toggle-file-detail-view) +- [Show CWD in the winbar](doc/recipes.md#show-cwd-in-the-winbar) - [Hide gitignored files and show git tracked hidden files](doc/recipes.md#hide-gitignored-files-and-show-git-tracked-hidden-files) ## API diff --git a/doc/recipes.md b/doc/recipes.md index 59d65a4..f32fd6e 100644 --- a/doc/recipes.md +++ b/doc/recipes.md @@ -5,6 +5,7 @@ Have a cool recipe to share? Open a pull request and add it to this doc! - [Toggle file detail view](#toggle-file-detail-view) +- [Show CWD in the winbar](#show-cwd-in-the-winbar) - [Hide gitignored files and show git tracked hidden files](#hide-gitignored-files-and-show-git-tracked-hidden-files)