summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyohei Uto <kyoheiu@outlook.com>2022-05-04 05:20:54 +0900
committerKyohei Uto <kyoheiu@outlook.com>2022-05-04 05:20:54 +0900
commite8aaf3420f0e79151469b925ffe82ea48de811a9 (patch)
tree04c2594e3c73bfcb342bfbb46f6b8f43cfc642e4
parent3116e8998d8c7b77c7e100cef8eabbd5130eaf84 (diff)
Update manualv0.8.1
-rw-r--r--README.md2
-rw-r--r--README_crates.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7292159..d73eb0c 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ cargo install --path .
| d (select mode) | Delete and yank selected items, and return to normal mode. |
| y (select mode) | Yank selected items, and return to normal mode. |
| u | Undo put/delete/rename. |
-| Ctrl + r | Redo put/delete/rename. ***Both undo and redo are experimental: They may not work as intended, because item name may be changed to avoid name conflict when put (See `p`).*** |
+| Ctrl + r | Redo put/delete/rename. |
| backspace | Toggle whether to show hidden items or not. This change remains after exit (stored in .session file in config directory). |
| t | Toggle sort order (by name <-> by modified time). This change remains after exit (same as above). |
| : | ***Experimantal.*** Switch to shell mode. Type command and press Enter to execute it. You can use any command in the displayed directory, but it may fail to execute the command (e.g. `cd` doesn't work for now), and also the display of items may collapse during execution. |
diff --git a/README_crates.md b/README_crates.md
index 1a08b49..b7226ed 100644
--- a/README_crates.md
+++ b/README_crates.md
@@ -92,7 +92,7 @@ cargo install --path .
| d (select mode) | Delete and yank selected items, and return to normal mode. |
| y (select mode) | Yank selected items, and return to normal mode. |
| u | Undo put/delete/rename. |
-| Ctrl + r | Redo put/delete/rename. ***Both undo and redo are experimental: They may not work as intended, because item name may be changed to avoid name conflict when put (See `p`).*** |
+| Ctrl + r | Redo put/delete/rename. |
| backspace | Toggle whether to show hidden items or not. This change remains after exit (stored in .session file in config directory). |
| t | Toggle sort order (by name <-> by modified time). This change remains after exit (same as above). |
| : | ***Experimantal.*** Switch to shell mode. Type command and press Enter to execute it. You can use any command in the displayed directory, but it may fail to execute the command (e.g. `cd` doesn't work for now), and also the display of items may collapse during execution. |