Skip to content

Commit

Permalink
docs: add drag and drop tip
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Dec 3, 2023
1 parent 7c74898 commit 5b0acb6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,18 @@ You can change the `<Esc>` of input component from the default `escape` to `clos

To exiting input directly, without entering Vi mode, making it behave like a regular input box.

## Drag and drop via [`dragon`](https://github.com/mwh/dragon)

Original post: https://github.com/sxyazi/yazi/discussions/327

```toml
{ on = [ "<C-n>" ], exec = '''
shell 'dragon -x -i -T "$1"' --confirm
''' }
```

Please make sure that `<C-n>` does not conflict with your other keys.

## No status bar

<img src={useBaseUrl("/img/no-status-bar.jpg")} width="600" />
Expand Down

0 comments on commit 5b0acb6

Please sign in to comment.