From 01069250e5dc3a51aa5547eca646102426f7c70c Mon Sep 17 00:00:00 2001 From: Petter Rodhelind Date: Wed, 3 Mar 2021 16:43:05 +0100 Subject: Update doc. --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a3dafa..1aff1d2 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,22 @@ Use the mouse. `^Q` exits. Everything is text and everything is editable. There are two ways to interact with text, `Run` or `Open`. -`Open` (`^O`, right-click or Shift+Click) will assume the selected text is a file or a directory and will open a new window listing its content. If none is found, it does nothing. +`Open` (Right-click or Shift+Click) will assume the selected text is a file or a directory and will open a new window listing its content. If none is found, it does nothing. -`Run` (`^R`, middle-click or Alt+Click) interprets the text as a command, which can be an internal poe command like `New` or `Del`. If none is found, it does nothing. +`Run` (Middle-click or Alt+Click) interprets the text as a command, which can be an internal *poe* command like `New` or `Del`. If none is found, it does nothing. -`^S` saves current buffer to disk. You can change the name by edit the tagline. +`^S` saves current buffer to disk. -`^Z` undo, `^Y` redo. +`^Z` undo, `^Y` redo. If you go back and change something, the future is lost. Like proper time travel. `^W` deletes word backwards. `^U` deletes to beginning of line. +`^C` copies selection. + +`^V` pastes into selection or place of cursor. + ### Commands `New` opens an empty window. -- cgit v1.2.3