Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code committed Apr 12, 2023
1 parent 2d8a440 commit f6681e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ cd /tmp/world
echo 1
cd /

j # Jump to most frequent directory i.e. `/tmp/hello` because 3 `echo` commands were executed
j wor # Jump to directory with `*wor*` in path i.e. `/tmp/world`
j t he # Jump to directory with `*t*he*` in path i.e. `/tmp/hello`
j # Jump to most frequent directory i.e. `/tmp/hello/` because 3 `echo` commands were executed
j wor # Jump to directory with `*wor*` in path i.e. `/tmp/world/`
j t he # Jump to directory with `*t*he*` in path i.e. `/tmp/hello/`
```

Custom shortcut:
```xsh
$XONTRIB_JUMP_TO_DIR_SHORTCUT = 'z'
xontrib load jump_to_dir
z tm # Jump to `*tm*`
z tm # Jump to directory with `*tm*` in path e.g. `/tmp/`
```

## Credits
Expand Down

0 comments on commit f6681e1

Please sign in to comment.