notahat / vim-redub

Vim plugin for renaming files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redub

Better file moving and renaming in Vim.

This deals nicely with updating any buffers open on files being moved.

See the help for more info.

Installation

If you don't have a preferred installation method, I recommend installing pathogen.vim, and then simply copy and paste:

cd ~/.vim/bundle
git clone git@github.com:notahat/vim-redub.git

Once help tags have been generated, you can view the manual with :help redub.

Status Build Status

In active use on Vim 7.4. I'm sure there are loads of entertaining edge cases, but it works well for day-to-day use.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Vim plugin for renaming files.

License:MIT License


Languages

Language:Vim Script 85.9%Language:Shell 13.5%Language:Ruby 0.6%