sponsor Vim development Vim logo Vim Book Ad

vim-headfirst : Edit sibling files like a boss

 script karma  Rating 0/0, Downloaded by 664  Comments, bugs, improvements  Vim wiki

created by
Andrew Nichols
 
script type
utility
 
description
This plugin is a small wrapper around :e, :sp, :vsp, and :tabe for editing sibling files. That is, it's comparable to typing :e %:h/<Tab>, but it also let's you supply multiple files to open.

See https://github.com/tandrewnichols/vim-headfirst for details.
 
install details
Via Plug:

  Plug 'tandrewnichols/vim-headfirst'
  :PlugInstall

Via Vundle:

  Plugin 'tandrewnichols/vim-headfirst'
  :BundleInstall

Via NeoBundle:

  NeoBundle 'tandrewnichols/vim-headfirst'
  :BundleInstall

Via Pathogen:

  git clone https://github.com/tandrewnichols/vim-headfirst.git ~/.vim/bundle/vim-headfirst
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-headfirst-v1.0.1.tar.gz 1.0.1 2018-10-02 7.0 Andrew Nichols Fixes a bug with reverse()
vim-headfirst-v1.0.0.tar.gz 1.0.0 2018-09-29 7.0 Andrew Nichols Initial upload
ip used for rating: 3.235.75.229

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github