https://github.com/serima/vimscript
https://github.com/serima/vimscript
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/serima/vimscript
- Owner: serima
- Created: 2012-03-31T05:02:35.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-31T05:08:32.000Z (about 14 years ago)
- Last Synced: 2025-10-13T16:36:58.547Z (8 months ago)
- Language: VimL
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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()
==================================================