diff --git a/docs/reference/modal-editing/narrowing.md b/docs/reference/modal-editing/narrowing.md index e6a4bcb8..d0e5669b 100644 --- a/docs/reference/modal-editing/narrowing.md +++ b/docs/reference/modal-editing/narrowing.md @@ -13,7 +13,27 @@ and means to focus on a selected region while making the rest inaccessible. ![NrrwRgn plugin](https://github.com/chrisbra/NrrwRgn/raw/master/screencast.gif){loading=lazy} + +## Yode plugin + +[yode-nvim](https://github.com/hoschi/yode-nvim){target=_blank} will focus on selected text within a file. + +Narrow by replacing the current buffer + +- `YodeCreateSeditorReplace` focus on a code part and replace it with the current buffer +- `YodeBufferDelete` delete the current buffer and jump back to file, if it is a seditor + +Or narrow using a floating window + +- YodeCreateSeditorFloating focus on a code part and make it floating, stay at the current (main) view + + +[hoschi/yode-nvim](https://github.com/hoschi/yode-nvim){target=_blank .md-button} +