diff --git a/docs/quick-start.md b/docs/quick-start.md
index 2a1172f7..ec1d1215 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -127,29 +127,28 @@ 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 |
-| ---------------------------------- | --------------------------------------------------------------------------- |
-| o | Open the selected files |
-| O | Open the selected files interactively |
-| Enter | Open the selected files |
-| Ctrl + Enter | Open the selected files interactively (some terminals don't support it yet) |
-| y | Yank the selected files (copy) |
-| x | Yank the selected files (cut) |
-| p | Paste the yanked files |
-| P | Paste the yanked files (overwrite if the destination exists) |
-| Y or X | Cancel the yank state (unyank) |
-| - | Create a symbolic link to the yanked files (absolute path) |
-| \_ | Create a symbolic link to the yanked files (relative path) |
-| d | Move the files to the trash |
-| D | Permanently delete the files |
-| a | Create a file or directory (ends with "/" for directories) |
-| r | Rename a file or directory |
-| ; | Run a shell command |
-| : | Run a shell command (block the UI until the command finishes) |
-| . | Toggle the visibility of hidden files |
-| Ctrl + s | Cancel the ongoing search |
-| z | Jump to a directory using zoxide |
-| Z | Jump to a directory, or reveal a file using fzf |
+| Key binding | Action |
+| ---------------------------------- | ----------------------------------------------------------------------- |
+| o | Open selected files |
+| O | Open selected files interactively |
+| Enter | Open selected files |
+| Ctrl + Enter | Open selected files interactively (some terminals don't support it yet) |
+| y | Yank selected files (copy) |
+| x | Yank selected files (cut) |
+| p | Paste yanked files |
+| P | Paste yanked files (overwrite if the destination exists) |
+| - | Symlink the absolute path of yanked files |
+| \_ | Symlink the relative path of yanked files |
+| Y or X | Cancel the yank status |
+| d | Trash selected files |
+| D | Permanently delete selected files |
+| a | Create a file (ends with / for directories) |
+| r | Rename selected file(s) |
+| ; | Run a shell command |
+| : | Run a shell command (block until finishes) |
+| . | Toggle the visibility of hidden files |
+| z | Jump to a directory using zoxide |
+| Z | Jump to a directory or reveal a file using fzf |
### Copy paths
@@ -157,34 +156,35 @@ To copy paths, use any of the following commands below.
_Observation: c ⇒ d indicates pressing the c key followed by pressing the d key._
-| Key binding | Action |
-| --------------------------- | ----------------------------------------------- |
-| c ⇒ c | Copy absolute path |
-| c ⇒ d | Copy the path of the parent directory |
-| c ⇒ f | Copy the name of the file |
-| c ⇒ n | Copy the name of the file without the extension |
+| Key binding | Action |
+| --------------------------- | ----------------------------------- |
+| c ⇒ c | Copy the file path |
+| c ⇒ d | Copy the directory path |
+| c ⇒ f | Copy the filename |
+| c ⇒ n | Copy the filename without extension |
### Filter files
-| Key binding | Action |
-| ------------ | ----------------------------------- |
-| f | Filter the files/directories in CWD |
+| Key binding | Action |
+| ------------ | ------------ |
+| f | Filter files |
### Find files
-| Key binding | Action |
-| ------------ | ----------------------------------- |
-| / | Forward find file/directory in CWD |
-| ? | Backward find file/directory in CWD |
-| n | Jump to next occurrence |
-| N | Jump to previous occurrence |
+| Key binding | Action |
+| ------------ | ------------------------ |
+| / | Find next file |
+| ? | Find previous file |
+| n | Go to the next found |
+| N | Go to the previous found |
### Search files
-| Key binding | Action |
-| ------------ | ------------------------------------------------------------------------------ |
-| s | Search files by name using [fd](https://github.com/sharkdp/fd) |
-| S | Search files by content using [ripgrep](https://github.com/BurntSushi/ripgrep) |
+| Key binding | Action |
+| ------------------------------ | ------------------------------------------------------------------------------ |
+| s | Search files by name using [fd](https://github.com/sharkdp/fd) |
+| S | Search files by content using [ripgrep](https://github.com/BurntSushi/ripgrep) |
+| Ctrl + s | Cancel the ongoing search |
### Sorting
@@ -192,20 +192,21 @@ To sort files/directories use the following commands.
_Observation: , ⇒ a indicates pressing the , key followed by pressing the a key._
-| Key binding | Action |
-| --------------------------- | -------------------------------- |
-| , ⇒ m | Sort by modified time |
-| , ⇒ M | Sort by modified time (reverse) |
-| , ⇒ c | Sort by creation time |
-| , ⇒ C | Sort by creation time (reverse) |
-| , ⇒ e | Sort by file extension |
-| , ⇒ E | Sort by file extension (reverse) |
-| , ⇒ a | Sort alphabetically |
-| , ⇒ A | Sort alphabetically (reverse) |
-| , ⇒ n | Sort naturally |
-| , ⇒ N | Sort naturally (reverse) |
-| , ⇒ s | Sort by size |
-| , ⇒ S | Sort by size (reverse) |
+| Key binding | Action |
+| --------------------------- | ------------------------------------- |
+| , ⇒ m | Sort by modified time |
+| , ⇒ M | Sort by modified time (reverse) |
+| , ⇒ c | Sort by creation time |
+| , ⇒ C | Sort by creation time (reverse) |
+| , ⇒ e | Sort by file extension |
+| , ⇒ E | Sort by file extension (reverse) |
+| , ⇒ a | Sort alphabetically |
+| , ⇒ A | Sort alphabetically (reverse) |
+| , ⇒ n | Sort naturally |
+| , ⇒ N | Sort naturally (reverse) |
+| , ⇒ s | Sort by size |
+| , ⇒ S | Sort by size (reverse) |
+| , ⇒ r | Sort randomly (Nightly version needs) |
### Multi-tab