Skip to content

Commit 71cb812

Browse files
Add troubleshoot section for Windows shellslash option
1 parent 5293738 commit 71cb812

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,22 @@ set conceallevel=2
227227
set concealcursor=nc
228228
```
229229

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+
230246
### Features (TL;DR):
231247
* Agenda view
232248
* Search by tags/keyword

0 commit comments

Comments
 (0)