Skip to content

Commit

Permalink
Add Directory Browser into Editor + Shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGingi committed Sep 25, 2024
1 parent b42413c commit abfb596
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 126 deletions.
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "PhantomEditor"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ If a directory is provided, PhantomEditor will enter directory navigation mode
- `Delete`: Delete the character under the cursor
- `:`: Enter Command mode
- `Ctrl+B`: Toggle debug menu visibility
- `Ctrl+E`: Enter directory navigation mode

### Insert Mode

Expand Down
Loading

0 comments on commit abfb596

Please sign in to comment.