We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5293738 commit 71cb812Copy full SHA for 71cb812
README.md
@@ -227,6 +227,22 @@ set conceallevel=2
227
set concealcursor=nc
228
```
229
230
+##### Jumping to file path is not working for paths with forward slash
231
+If you are using Windows, paths are by default written with backslashes.
232
+To use forward slashes, you must enable `shellslash` option (see `:help 'shellslash'`).
233
+
234
+```lua
235
+vim.opt.shellslash = true
236
+```
237
238
+Or if you are using `init.vim`:
239
240
+```vim
241
+set shellslash
242
243
244
+More info on issue [#281](https://github.com/nvim-orgmode/orgmode/issues/281#issuecomment-1120200775)
245
246
### Features (TL;DR):
247
* Agenda view
248
* Search by tags/keyword
0 commit comments