dotfiles/atuin.toml

14 lines
182 B
TOML
Raw Normal View History

2024-07-13 13:13:58 -07:00
# https://docs.atuin.sh/configuration/config/
workspaces = true
keymap_mode = "auto"
enter_accept = true
history_filter = [
"^cd$",
"^lg$",
"^ls$",
"^clear$",
"^vim$",
]