https://github.com/tehmaze/vim-pythongotofile
Python goto file for vim
https://github.com/tehmaze/vim-pythongotofile
Last synced: 5 months ago
JSON representation
Python goto file for vim
- Host: GitHub
- URL: https://github.com/tehmaze/vim-pythongotofile
- Owner: tehmaze
- Created: 2012-07-20T19:03:50.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2016-08-09T06:20:20.000Z (almost 10 years ago)
- Last Synced: 2025-09-11T17:55:28.869Z (11 months ago)
- Language: VimL
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About
=====
For python files, the default ``gf`` command is not really helpful. This plugin
replaces the ``gf`` (goto file) command for Python files.
Usage
=====
Get https://github.com/tpope/vim-pathogen/ and install pythonGotoFile:
$ cd ~/.vim/bundle
~/.vim/bundle$ git clone https://github.com/tehmaze/vim-pythonGotoFile \
pythonGotoFile
Enjoy!