raineorshine / sublime-text-quick-file-move

ST2/3 Plugin for quickly moving/renaming files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Sublime Text 2 Quick File Move

A simple ST2 plugin to help you move or rename your files

If you want more functions, try SideBarEnhancements:

This functionality is available via the shortcut command "side_bar_move" in the SideBarEnhancements plugin.

You can put it in your User Key Bindings file like so: { "keys": ["ctrl+alt+r"], "command": "side_bar_move" }

SideBarEnhancements also supplies you with a lot of other useful things.

###Usage

Press ctrl+shift+r then enter your new file path or filename!

###Configuring

Add { "keys": ["ctrl+shift+r"], "command": "quick_file_move" } to your user keybindings file and change the keymap to whatever you prefer.

###Code

The code is available on GitHub!

Credit goes to a.stenlund@gmail.com for making the first version for ST1.

About

ST2/3 Plugin for quickly moving/renaming files


Languages

Language:Python 100.0%