Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbrisbin/vim-rename-file
Rename the current buffer, and the file behind it.
https://github.com/pbrisbin/vim-rename-file
Last synced: about 2 months ago
JSON representation
Rename the current buffer, and the file behind it.
- Host: GitHub
- URL: https://github.com/pbrisbin/vim-rename-file
- Owner: pbrisbin
- Created: 2013-05-29T21:23:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-03T13:24:20.000Z (over 10 years ago)
- Last Synced: 2024-10-09T09:45:14.019Z (3 months ago)
- Language: VimL
- Size: 106 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rename File
Rename the current buffer, and the file behind it.
## Usage
~~~
:RenameFile
~~~Or better,
~~~
map n :RenameFile
~~~