aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetter Rodhelind <petter.rodhelind@gmail.com>2021-03-03 16:43:05 +0100
committerPetter Rodhelind <petter.rodhelind@gmail.com>2021-03-03 16:43:05 +0100
commit01069250e5dc3a51aa5547eca646102426f7c70c (patch)
tree4f79f248e1fedf88ad9be711e74727c6aef8ff9e
parente7a4c61b637612aced4f0176ee5120986a22f9cc (diff)
downloadpoe-01069250e5dc3a51aa5547eca646102426f7c70c.tar.gz
poe-01069250e5dc3a51aa5547eca646102426f7c70c.tar.bz2
poe-01069250e5dc3a51aa5547eca646102426f7c70c.zip
Update doc.
-rw-r--r--README.md12
1 files 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.