A Vim plugin to open file-pairs (e.g. cpp/h) in split-window mode.
 
Go to file
mandlm c170d0779f Set fzf.vim keybinding (dangerous) 2019-10-18 20:53:42 +02:00
autoload Split command and function to plugin and autoload parts to enable delay-loading 2019-10-18 13:46:00 +02:00
doc Updated release notes 2019-10-18 14:53:12 +02:00
plugin Set fzf.vim keybinding (dangerous) 2019-10-18 20:53:42 +02:00
LICENSE Initial commit 2019-10-18 12:08:38 +02:00
README.md Updated readme from doc 2019-10-18 20:21:43 +02:00

README.md

SplitOpen

This vim plugin opens file-pairs in a new split-window tab

Usage

Use

:SplitOpen filename 

with a .cpp or .h file as filename to open a new tab containing a vertical split with the corresponding header file in the left window and the corresponding source file in the right window.

License

SplitOpen is GPL-3.0 licensed. See LICENSE file for more info.

Changelog

v0.0.2

  • Added delay-loading
  • Added documentation

v0.0.1

  • Initial release