FAQ
Unable to connect to S3 or compatible service
- First, check if you can connect using the AWS CLI with the same settings.
- Are your AWS credentials configured properly?
- This includes checking
~/.aws/credentials, environment variables, or any credential provider chain used by the AWS CLI.
- This includes checking
- Are the necessary permissions set correctly?
- This includes IAM policies, roles, and bucket policies that allow operations like
s3:ListBucketors3:GetObject.
- This includes IAM policies, roles, and bucket policies that allow operations like
- If you're using an S3-compatible service:
- Is the
endpoint-urlset correctly? - Are you using the appropriate
path-styleaccess setting?
- Is the
- Are your AWS credentials configured properly?
- You may be able to find more details about the error by looking at the
$STU_ROOT_DIR/error.log.
Can't preview images
- Set
preview.image = truein config.toml. - Images are displayed using Sixel, iTerm2 Inline Images Protocol, and kitty Terminal graphics protocol. This feature will not work if you are using a terminal emulator that does not support any of these protocols.
I don't like Vim bindings, what should I do?
You can change the key bindings to your liking.
See Custom Keybindings for details.