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: 4 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-03T13:24:20.000Z (about 11 years ago)
- Last Synced: 2025-01-03T16:29:48.730Z (6 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
~~~