Skip to content

Commit

Permalink
docs: add tip for dropping to the shell
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Nov 4, 2023
1 parent 8e7d4ce commit 7a00875
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ folder_offset = [ 2, 0, 2, 0 ]
preview_offset = [ 2, 1, 2, 1 ]
```

## Dropping to the shell

Add the keybindings to the `[manager]` of `keymap.toml`:

```toml
{ on = [ "<C-s>" ], exec = '''shell "$SHELL" --block --confirm''', desc = "Open shell here" }
```

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

## Show symlink in status bar

<img src={useBaseUrl("/img/symlink-in-status.png")} width="600" />
Expand Down

0 comments on commit 7a00875

Please sign in to comment.