Skip to content

Commit

Permalink
docs: update quick-start.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Dec 4, 2024
1 parent f0937b7 commit 4f0f5da
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,29 +150,29 @@ To select files and directories, the following commands are available.
To interact with selected files/directories use any of the commands below.
| Key binding | Action |
| ---------------------------------- | ----------------------------------------------------------------------- |
| <kbd>o</kbd> | Open selected files |
| <kbd>O</kbd> | Open selected files interactively |
| <kbd>Enter</kbd> | Open selected files |
| <kbd>Ctrl</kbd> + <kbd>Enter</kbd> | Open selected files interactively (some terminals don't support it yet) |
| <kbd>y</kbd> | Yank selected files (copy) |
| <kbd>x</kbd> | Yank selected files (cut) |
| <kbd>p</kbd> | Paste yanked files |
| <kbd>P</kbd> | Paste yanked files (overwrite if the destination exists) |
| <kbd>-</kbd> | Symlink the absolute path of yanked files |
| <kbd>\_</kbd> | Symlink the relative path of yanked files |
| <kbd>Ctrl</kbd> + <kbd>-</kbd> | Hardlink yanked files |
| <kbd>Y</kbd> or <kbd>X</kbd> | Cancel the yank status |
| <kbd>d</kbd> | Trash selected files |
| <kbd>D</kbd> | Permanently delete selected files |
| <kbd>a</kbd> | Create a file (ends with / for directories) |
| <kbd>r</kbd> | Rename selected file(s) |
| <kbd>;</kbd> | Run a shell command |
| <kbd>:</kbd> | Run a shell command (block until finishes) |
| <kbd>.</kbd> | Toggle the visibility of hidden files |
| <kbd>z</kbd> | Jump to a directory using zoxide |
| <kbd>Z</kbd> | Jump to a directory or reveal a file using fzf |
| Key binding | Action |
| ----------------------------------- | ----------------------------------------------------------------------- |
| <kbd>o</kbd> | Open selected files |
| <kbd>O</kbd> | Open selected files interactively |
| <kbd>Enter</kbd> | Open selected files |
| <kbd>Shift</kbd> + <kbd>Enter</kbd> | Open selected files interactively (some terminals don't support it yet) |
| <kbd>y</kbd> | Yank selected files (copy) |
| <kbd>x</kbd> | Yank selected files (cut) |
| <kbd>p</kbd> | Paste yanked files |
| <kbd>P</kbd> | Paste yanked files (overwrite if the destination exists) |
| <kbd>Y</kbd> or <kbd>X</kbd> | Cancel the yank status |
| <kbd>d</kbd> | Trash selected files |
| <kbd>D</kbd> | Permanently delete selected files |
| <kbd>a</kbd> | Create a file (ends with / for directories) |
| <kbd>r</kbd> | Rename selected file(s) |
| <kbd>;</kbd> | Run a shell command |
| <kbd>:</kbd> | Run a shell command (block until finishes) |
| <kbd>.</kbd> | Toggle the visibility of hidden files |
| <kbd>-</kbd> | Symlink the absolute path of yanked files |
| <kbd>\_</kbd> | Symlink the relative path of yanked files |
| <kbd>Ctrl</kbd> + <kbd>-</kbd> | Hardlink yanked files |
| <kbd>z</kbd> | Jump to a directory using zoxide |
| <kbd>Z</kbd> | Jump to a directory or reveal a file using fzf |
### Copy paths
Expand Down

0 comments on commit 4f0f5da

Please sign in to comment.