forked from blakemcbride/Rand-E-Editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
35 lines (20 loc) · 803 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
This repository contains the Rand E Editor release 19.58
I modified the source to build on a modern Linux box.
(I used 64 bit LinuxMint 17.1)
It is located at: https://github.com/blakemcbride/Rand-E-Editor
I had to install the following packages to allow it to build:
libxt-dev
libxkbfile-dev
To build and install, I did:
make
sudo make install
After installation, you can run it with:
e FILE
Sort of like VI, it has two modes: text edit and command
^a switch to command mode
^a exit exit the editor
Documentation is in the 'doc' directory.
TODO:
Right now, backspace and Del both delete character. ^h functions as you'd
expect a backspace key to function. Make the backspace key function as ^h.
This should be very easy. I just haven't figured out how to map the keyboard.