You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -353,9 +353,9 @@ See the documentation of the [:highlight] [highlight] command for more informati
353
353
354
354
The [utl.vim][utl] universal text linking plug-in enables links between your notes, other local files and remote resources like web pages.
355
355
356
-
### shell.vim
356
+
### vim-shell
357
357
358
-
My [shell.vim][shell] plug-in also enables easy navigation between your notes and environment like local files and directories, web pages and e-mail addresses by providing key mappings and commands to e.g. open the file/URL under the text cursor. This plug-in can also change Vim to full screen which can be really nice for large notes.
358
+
My [vim-shell][shell] plug-in also enables easy navigation between your notes and environment like local files and directories, web pages and e-mail addresses by providing key mappings and commands to e.g. open the file/URL under the text cursor. This plug-in can also change Vim to full screen which can be really nice for large notes.
359
359
360
360
### VOoM
361
361
@@ -376,6 +376,12 @@ If you write your git commit messages in Vim and want to use the notes file type
376
376
377
377
This is not a complete solution (there are more types of commit messages that the pattern above won't match) but that is outside the scope of this document. For inspiration you can take a look at the [runtime/filetype.vim][filetype.vim] file in Vim's Mercurial repository.
378
378
379
+
## Troubleshooting
380
+
381
+
### Searching notes does not work
382
+
383
+
There is a known problem where keyword searching of notes is broken when my [vim-shell plug-in][shell] is not installed (even though vim-shell is supposed to be an optional dependency). The easiest way to work around this is to simply install the vim-shell plug-in, if that is an option for you. Alternatively you can help me debug the problem discussed in [issue 85][85] :-).
384
+
379
385
## Contact
380
386
381
387
If you have questions, bug reports, suggestions, etc. the author can be contacted at <peter@peterodding.com>. The latest version is available at <http://peterodding.com/code/vim/notes/> and <http://github.com/xolox/vim-notes>. If you like the script please vote for it on [Vim Online][vim_online].
@@ -386,6 +392,7 @@ This software is licensed under the [MIT license] [mit].
0 commit comments