An open API service indexing awesome lists of open source software.

https://github.com/artnez/vim-rename

Rename a buffer within Vim and on the disk. Supports relative paths.
https://github.com/artnez/vim-rename

file-handling vim

Last synced: 9 months ago
JSON representation

Rename a buffer within Vim and on the disk. Supports relative paths.

Awesome Lists containing this project

README

          

vim-rename
==========

Rename the current buffer from within VIM. Supports relative paths.

Usage
-----

Rename existing file in place:
```viml
:Rename new_name_of_file
```

Move existing file somewhere:
```viml
:Rename ../some_place/new_name_of_file`
```