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.
- Host: GitHub
- URL: https://github.com/artnez/vim-rename
- Owner: artnez
- Created: 2014-01-22T08:10:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-18T21:01:57.000Z (about 12 years ago)
- Last Synced: 2025-05-26T10:17:56.508Z (about 1 year ago)
- Topics: file-handling, vim
- Language: VimL
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`
```