Skip to content

Commit

Permalink
feat: Version code update
Browse files Browse the repository at this point in the history
  • Loading branch information
BHznJNs committed Sep 17, 2023
1 parent 89bc055 commit 3e3d125
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ A simple text editor runs on terminals.
| Ctrl + f | Open / Close finder component |
| Enter (When finder opened) | Jump to next matches target |
| Shift + Enter (When finder opened) | Jump to previous matches target |
| Ctrl + r | Open / Close text replacer |
| Enter (When text replacer opened) | Toggle text replacer mode to replacing mode (searching mode default) |
| Ctrl + n (When text replacer opened and is replacing) | Jump to next matching text |
| Ctrl + s (When text replacer opened and is replacing) | Replace single matching text |
| Ctrl + a (When text replacer opened and is replacing) | Replace all matching text |
| Ctrl + z | Undo |
| Ctrl + y | Redo |
| Esc | Restore to normal mode (not in normal mode) / Exit program (in normal mode) |

0 comments on commit 3e3d125

Please sign in to comment.