diff --git a/docs/docs/guide/index.md b/docs/docs/guide/index.md index 939ee46..f78ee42 100644 --- a/docs/docs/guide/index.md +++ b/docs/docs/guide/index.md @@ -164,5 +164,7 @@ curl https://api.atuin.sh/enable -d $(cat ~/.local/share/atuin/session) The response includes the URL to your graph. Feel free to share and/or embed this URL, the token is _not_ a secret, and simply prevents user enumeration. - - + +## Known issues +- SQLite has some issues with ZFS in certain configurations. As Atuin uses SQLite, this may cause your shell to become slow! We have an [issue](https://github.com/atuinsh/atuin/issues/952) to track, with some workarounds +- SQLite also does not tend to like network filesystems (eg, NFS) diff --git a/docs/docs/key-binding.md b/docs/docs/key-binding.md index 02d00d5..c0bd288 100644 --- a/docs/docs/key-binding.md +++ b/docs/docs/key-binding.md @@ -136,6 +136,8 @@ $env.config = ( | Shortcut | Action | | ----------------------------------------- | ----------------------------------------------------------------------------- | +| enter | Execute selected item | +| tab | Select item and edit | | ctrl + r | Cycle through filter modes | | ctrl + s | Cycle through search modes | | alt + 1 to alt + 9 | Select item by the number located near it | @@ -155,7 +157,6 @@ $env.config = ( | ctrl + p / ctrl + k / ⬇ | Select the previous item on the list | | page down | Scroll search results one page down | | page up | Scroll search results one page up | -| enter | Select highlighted item | | ⬇ (with no entry selected) | Return original or return query depending on settings | | ⬇ | Select the next item on the list |