Update docs
This commit is contained in:
12
README.md
12
README.md
@@ -28,12 +28,14 @@ grid which is the "inverted default"
|
||||
|
||||
### file view
|
||||
|
||||
this opens the file and displays it but it isn't editable yet. movement is
|
||||
currently enabled through the arrow keys and some key combinations are
|
||||
detected. unknown keys are displayed as errors in the status bar. babi will
|
||||
scroll if the cursor goes off screen either from resize events or from
|
||||
movement.
|
||||
this opens the file, displays it, and can be edited in some ways (but it is not
|
||||
saveable yet). movement is currently enabled through the arrow keys,
|
||||
home + `^A`, end + `^E`, and some key combinations are detected. unknown keys
|
||||
are displayed as errors in the status bar. babi will scroll if the cursor
|
||||
goes off screen either from resize events or from movement.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
@@ -23,3 +23,11 @@ see the progress of babi over time
|
||||

|
||||

|
||||

|
||||
|
||||
### 2019-08-31
|
||||
|
||||
- babi can now scroll horizontally
|
||||
- text can now be entered, deleted, and backspaced
|
||||
- navigation via home (`^A`) + end (`^E`) is enabled
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user