aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-01-14 12:35:26 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-01-14 12:51:36 +0100
commit6eef82ce016971ec17c3cbeae5d24707a315d068 (patch)
tree807821ccf03db5fe7ae024e708f4a6ca58323cc7 /README
parent6f53d329beca478d60f6e575918d73eb9cf1214f (diff)
downloadvis-6eef82ce016971ec17c3cbeae5d24707a315d068.tar.gz
vis-6eef82ce016971ec17c3cbeae5d24707a315d068.tar.xz
Remove nano like frontend for now
If time permits I still want to experiment with different editing paradigms and write a proper nano/sandy/sam frontend but at the moment it is just bitrotting and not very useful.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 3 insertions, 6 deletions
diff --git a/README b/README
index 973ddb6..1b5ac8b 100644
--- a/README
+++ b/README
@@ -275,13 +275,10 @@ Editor Frontends
The editor core is written in a library like fashion which should make
it possible to write multiple frontends with possibly different user
-interfaces/paradigms.
+interfaces/paradigms. The frontend to run is selected based on the
+executable name.
-At the moment there exists a barely functional, non-modal nano/sandy
-like interface which was used during early testing. The default interface
-is a vim clone called vis.
-
-The frontend to run is selected based on the executable name.
+The default interface is a vim clone called vis.
Key binding modes
-----------------