How does one find and replace text in all open files with jed?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
I don't know about jed, but Regexxer does wonders. It's super easy to use, allows you to cherry-pick or just replace all. |
|||
|
|
|
While I know nothing about that editor, maybe you could map a command to a key combination like it is possible in ~/.vimrc. You'd need something like
Your editor probably provides variables for the files you have currently open. |
|||
|
|