shithub: vexed

Download patch

ref: 3aa02825d58581cfe0c1b4cafd278107908ac9e6
parent: fb85673d3b329b413f3a15fff6d369e9f6f9d30e
author: phil9 <telephil9@gmail.com>
date: Tue Dec 28 15:18:22 EST 2021

update README

--- a/README.md
+++ b/README.md
@@ -6,19 +6,22 @@
 Move using the arrow keys or select using the mouse.  
 Scroll with page up/down, the mouse wheel or using the scrollbar.  
 Home and End keys go to the beginning and end of the file respectively.  
+`i` inserts a byte before the current selection.  
+`p` inserts a byte after the current selection.  
+`x` deletes the currently selected byte.  
 Del or q exit the program.  
 
 **THIS IS WORK IN PROGRESS. USE AT YOUR OWN RISK**
 
-## Usage: 
+## Usage 
 ```sh
 % mk install
 % vexed <file>
 ```
 
-## License:
+## License
 MIT
 
-## Bugs:
+## Bugs
 Nope, only features!