Add "open" functionality with ^P

This commit is contained in:
Daniel Chabrowski
2020-03-19 20:56:24 -07:00
committed by Anthony Sottile
parent b2ebfa7b48
commit 25173c5dca
5 changed files with 54 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ these are all of the current key bindings in babi
- <kbd>^S</kbd>: save
- <kbd>^O</kbd>: save as
- <kbd>^X</kbd>: quit
- <kbd>^P</kbd>: open file
- arrow keys: movement
- <kbd>^A</kbd> / <kbd>home</kbd>: move to beginning of line
- <kbd>^E</kbd> / <kbd>end</kbd>: move to end of line