editx
v1.1.0
Published
Simple but powerful text and code editor for the console.
Readme
editx
Simple but powerful text and code editor for the console
Installation
Use npm to install the package globally: sudo npm install -g editx
Usage
editx <filename> will open the specified file for editing.
While in the editor the following shortcuts can be used
ctrl + sTo save the documentctrl + cTo copy the current linectrl + xTo cut the current linectrl + vTo paste the line that was copiedctrl + qTo to move the current line upwardsctrl + aTo to move the current line downwardsctrl + eorESCTo exit.
