1
0
Fork 0
Go to file
Andrew Tomaka af4c1b8b0d Initial commit 2016-08-15 22:37:12 -04:00
plugin Initial commit 2016-08-15 22:37:12 -04:00
README.md Initial commit 2016-08-15 22:37:12 -04:00

README.md

renamefile.vim

This function, ripped directly from Gary Bernhardt's dotfiles renames a file in place.

Usage

This plugin adds the command :RenameFile. When called, it will prompt you for a new file name. If the filename is blank or the same as the previous file name, nothing will happen. If the new name is different, the file will be saved as the new name and the old file will be delated.