An open API service indexing awesome lists of open source software.

https://github.com/serima/vimscript


https://github.com/serima/vimscript

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

openrel.vim
DESCRIPTION:
This plugin enables vim to open relatively-described files under the cursor.

If :call GotoRelTargetFile(), jump to the file
Ctrl-O : You can go back to source file
let g:openrel_root_dirs = ['/var/www/']

Please add following setting to your .vimrc
==================================================
nnoremap gaf :call GotoRelTargetFile()
==================================================