diff --git a/docs/api-tools/index.md b/docs/api-tools/index.md index 60b5557a..cd6cf357 100644 --- a/docs/api-tools/index.md +++ b/docs/api-tools/index.md @@ -67,6 +67,6 @@ The `Content-Type` can be explicitly set, especially useful when not using JSON accept: application/edn ``` -[:fontawesome-brands-github: rest.nvim test examples](https://github.com/rest-nvim/rest.nvim/tree/main/tests){target=_blank .md-button} +[:fontawesome-brands-github: rest.nvim test examples](https://github.com/rest-nvim/rest.nvim/tree/main/tests){target=_blank .md-button} [:fontawesome-brands-github: rest.nvim](https://github.com/rest-nvim/rest.nvim){target=_blank .md-button} diff --git a/docs/neovim-basics/navigation.md b/docs/neovim-basics/navigation.md index e45d3abb..17bf9fc7 100644 --- a/docs/neovim-basics/navigation.md +++ b/docs/neovim-basics/navigation.md @@ -144,8 +144,7 @@ Navigate within the current file or globally using file marks. - ++bracket-left++ ++"("++ & ++bracket-right++ ++")"++ previous & next paren - ++bracket-left++ ++"brace-left"++ & ++bracket-right++ ++"brace-right"++ previous and next square brackets - ++bracket-left++ ++"g"++ & ++bracket-right++ ++"g"++ previous and next Git hunks -- ++bracket-left++ ++"s"++ & ++bracket-right++ ++"s"++ previous and next misspelled wor -- d +- ++bracket-left++ ++"s"++ & ++bracket-right++ ++"s"++ previous and next misspelled word ## Search in buffer