https://github.com/manateelazycat/instant-rename-tag
Instant rename tag
https://github.com/manateelazycat/instant-rename-tag
Last synced: about 2 months ago
JSON representation
Instant rename tag
- Host: GitHub
- URL: https://github.com/manateelazycat/instant-rename-tag
- Owner: manateelazycat
- Created: 2019-06-26T15:40:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T04:41:00.000Z (almost 3 years ago)
- Last Synced: 2025-05-30T06:48:07.220Z (5 months ago)
- Language: Emacs Lisp
- Size: 8.93 MB
- Stars: 33
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# What is instant-rename-tag?
It's wonderful if we can rename tag instantly, not rename from minibuffer.
And yes, this plugin is design for do this.
## Installation
Clone or download this repository (path of the folder is the `` used below).
In your `~/.emacs`, add the following two lines:
```Elisp
(add-to-list 'load-path "") ; add instant-rename-tag to your load-path
(require 'instant-rename-tag)
```
Note, this plugin depend on ```web-mode```, you need make sure install ```web-mode``` first.
## Usage
Bind your favorite key to functions:
| Function | Description |
| :-------- | :---- |
| instant-rename-tag | Rename tag under current cursor, call this command again if rename finish |
## Tips
You don't need cancal tag mark manually by command ```instant-rename-tag```
After you rename tag, tag will unmark automatically when you edit non-tag area continue.