Open
Description
What did you expect to happen?
~/.config/atuin/config.toml
hasworkspaces = true
1.1. I've never configuredfilter_mode
or*_key_binding
settings in~/.config/atuin/config.toml
.- Current directory contains a
.git
subdirectory - Pressing Ctrl+R starts in "WORKSPACE" mode, as in previous versions.
What happened?
Ctrl+R starts in "GLOBAL" mode. I have to press Ctrl+R three more times to get to "WORKSPACE" mode, toggling through "HOST" and "SESSION". This misbehaviour is consistent across Linux and Mac (I don't have Windows to test) and seems to have been introduced in 18.4.
Atuin doctor output
{
"atuin": {
"version": "18.4.0",
"sync": {
"cloud": true,
"records": true,
"auto_sync": true,
"last_sync": "2025-01-09 18:04:29.278739 +00:00:00"
},
"sqlite_version": "3.46.0"
},
"shell": {
"name": "bash",
"default": "bash",
"plugins": [
"atuin",
"bash-preexec"
],
"preexec": "bash-preexec"
},
"system": {
"os": "Darwin",
"arch": "arm64",
"version": "15.1",
"disks": [
{
"name": "Macintosh HD",
"filesystem": "apfs"
},
{
"name": "Macintosh HD",
"filesystem": "apfs"
}
]
}
}
{
"atuin": {
"version": "18.4.0",
"sync": {
"cloud": true,
"records": true,
"auto_sync": true,
"last_sync": "2025-01-09 18:09:18.009209369 +00:00:00"
},
"sqlite_version": "3.46.0"
},
"shell": {
"name": "bash",
"default": "bash",
"plugins": [
"atuin",
"bash-preexec"
],
"preexec": "bash-preexec"
},
"system": {
"os": "Fedora Linux",
"arch": "x86_64",
"version": "41",
"disks": [
{
"name": "/dev/mapper/VolGroup00-LogVol00",
"filesystem": "ext3"
},
{
"name": "systemd-1",
"filesystem": "autofs"
},
{
"name": "/dev/sda1",
"filesystem": "ext3"
},
{
"name": "/dev/sdb1",
"filesystem": "btrfs"
},
{
"name": "/dev/sdc1",
"filesystem": "fuseblk"
}
]
}
}
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct