We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
with this function in your .vimrc:
.vimrc
autocmd FileType todo call s:todo_settings() function! s:todo_settings() setl includeexpr=substitute(v:fname,'+','','g') setl suffixesadd+=.md setl path+=~/Cloud/wiki/ endfunction
Pressing gf with the crusor on the project tag, will open a corresponding project file.
gf
For example:
(C) add todo.txt to conky +ConkyAndTodo.txt
Pressing gf on the project tag will open the file: ~/Cloud/wiki/ConkyAndTodo.txt.md
~/Cloud/wiki/ConkyAndTodo.txt.md
Cheers
Gordian
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
with this function in your
.vimrc
:Pressing
gf
with the crusor on the project tag, will open a corresponding project file.For example:
Pressing
gf
on the project tag will open the file:~/Cloud/wiki/ConkyAndTodo.txt.md
Cheers
Gordian
The text was updated successfully, but these errors were encountered: