#Sublime Text 2 Quick File Renamer
A simple ST2 plugin to help you rename your files. It works with absolute paths AND relative paths.
###Usage
Press ctrl+shift+r
then enter your new filename!
###Configuring
Add { "keys": ["ctrl+shift+r"], "command": "quick_rename" }
to your user keybindings file and change
the keymap to whatever you prefer.
###Code
The code is available on GitHub!
Credit goes to [email protected] for making the first version for ST1.