Update screenshots and README
This commit is contained in:
17
README.md
17
README.md
@@ -31,14 +31,21 @@ grid which is the "inverted default"
|
|||||||
|
|
||||||
### file view
|
### file view
|
||||||
|
|
||||||
this opens the file, displays it, and can be edited in some ways (but it is not
|
this opens the file, displays it, and can be edited in some ways and can save!
|
||||||
saveable yet). movement is currently enabled through the arrow keys,
|
movement is currently enabled through the arrow keys, home + `^A`, end + `^E`,
|
||||||
home + `^A`, end + `^E`, and some key combinations are detected. unknown keys
|
and some key combinations are detected. unknown keys are displayed as errors
|
||||||
are displayed as errors in the status bar. babi will scroll if the cursor
|
in the status bar. babi will scroll if the cursor goes off screen either from
|
||||||
goes off screen either from resize events or from movement.
|
resize events or from movement. babi can edit multiple files. babi has a
|
||||||
|
command mode (so you can quit it like vim `:q`!).
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|||||||
22
SCREENS.md
22
SCREENS.md
@@ -31,3 +31,25 @@ see the progress of babi over time
|
|||||||
- navigation via home (`^A`) + end (`^E`) is enabled
|
- navigation via home (`^A`) + end (`^E`) is enabled
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### 2019-09-28
|
||||||
|
|
||||||
|
- babi can now open multiple files
|
||||||
|
- babi can switch between files via `Alt+Left` / `Alt+Right`
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### 2019-10-05
|
||||||
|
|
||||||
|
- babi can save using `^S`
|
||||||
|
- several cases are still unhandled (saving unnamed new file, file contents
|
||||||
|
changed while editing)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### 2019-10-13
|
||||||
|
|
||||||
|
- babi now has a command mode (trigger by `Escape`)
|
||||||
|
- babi can be quit using `:q` and can save using `:w`
|
||||||
|
|
||||||
|

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