From 39e07902f48a6b2d2badd657aaa628cfc698f02a Mon Sep 17 00:00:00 2001 From: arthur Date: Fri, 9 Jan 2026 15:03:08 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ca7917c..f6bf73a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Beluga Beluga is a project of CLI text editor that uses lisp as configuration language. -It's abviously only working for **Linux**. ## Requirements @@ -26,8 +25,8 @@ To open an existing file just type : Here is some few command that you will need : -| keybind| command | -|--------|------------------| -| Ctrl-Q | leave the editor | -| Ctrl-D | Save a file | -| Ctrl-O | open file | +| keybind | command | +|---------------|------------------| +| Ctrl-x Ctrl-c | leave the editor | +| Ctrl-x Ctrl-s | Save a file | +| Ctrl-x f | open file |