Skip to content

Commit

Permalink
docs: add a new option --hovered to the open command (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
fakerepic authored Feb 16, 2024
1 parent 39c10f8 commit d3b7fd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/configuration/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ Open the selected files.

| Options/Arguments | Description |
| ----------------- | ---------------------------------------------------------------------------- |
| `--interactive` | Open the selected files with an interactive UI to choose the opening method. |
| `--interactive` | Open the hovered/selected file(s) with an interactive UI to choose the opening method. |
| `--hovered` | Always open the hovered file regardless of the selection state. |

### `yank`

Expand Down

0 comments on commit d3b7fd9

Please sign in to comment.