oliver
May 28, 2026, 10:32pm
1
I have 4 devices synced up… 3 at home and 1 at work.
I use filter_mode = “host” on the work one so I don’t see my home commands but my home ones show all 4.
It would be nice if there were a config option called filter_host_exclude to be able to exclude one or more hosts from the history.
Maybe there’s a way to do this already that I’m unaware of.
I am in a similar situation and happy with the workspace filter mode.
Not trying to preach, this is what i have:
workspaces = true
filter_mode = "host"
filter_mode_shell_up_key_binding = "workspace"
[search]
filters = [ "workspace", "host", "global" ]
In short, i tend to have a few common workspaces (repositories) that are visible on each host and otherwise have different histories with the workspace filter mode (even with folders that are not part of repositories).
oliver
May 29, 2026, 12:36pm
3
Interesting… looks like workspaces are in my future. Thanks.