aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPetter Rodhelind <petter.rodhelind@gmail.com>2018-02-25 10:46:59 +0100
committerPetter Rodhelind <petter.rodhelind@gmail.com>2018-02-25 10:46:59 +0100
commit0e86accb588445f09b07ec68e6cc62903f9ba7bd (patch)
tree4bd67a8acb1a41039fceaa126fb5180ffa6e6770 /README.md
parent1c1469d5522c7c7d7c03232d9c2711c5d96d3c18 (diff)
downloadpoe-0e86accb588445f09b07ec68e6cc62903f9ba7bd.tar.gz
poe-0e86accb588445f09b07ec68e6cc62903f9ba7bd.tar.bz2
poe-0e86accb588445f09b07ec68e6cc62903f9ba7bd.zip
Add alternative mouse clicks for one-btn-only laptops, fix scroll and add "save buffer with a new name".
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 460b8ac..7f42d61 100644
--- a/README.md
+++ b/README.md
@@ -20,14 +20,18 @@ 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` or right-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` (`^O`, right-click or Ctrl+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` or middle-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` (`^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.
-`^S` saves current buffer to disk.
+`^S` saves current buffer to disk. You can change the name by edit the tagline.
`^Z` undo, `^Y` redo.
+`^W` deletes word backwards.
+
+`^U` deletes to beginning of line.
+
### Commands
`New` opens an empty window.
@@ -38,7 +42,7 @@ Everything is text and everything is editable. There are two ways to interact wi
`Exit` closes all windows and exits the program.
-`!date` executes `date` as a shell command and presents its output in the message window named `+poe`.
+Run command on `date` executes `date` as a shell command and presents its output in the message window named `+poe`. Or `pwd`, or `ls -l`, or `curl google.se`, or... you get the idea.
## Bugs