config(atuin): disable up-down keybinding
parent
db9c35d690
commit
21bc1034c2
|
@ -4,3 +4,4 @@ style = "compact"
|
|||
inline_height = 16
|
||||
show_preview = true
|
||||
enter_accept = false
|
||||
prefers_reduced_motion = true
|
||||
|
|
|
@ -108,7 +108,7 @@ fi
|
|||
|
||||
# https://github.com/atuinsh/atuin
|
||||
if command -v atuin &>/dev/null; then
|
||||
eval "$(atuin init zsh)"
|
||||
eval "$(atuin init zsh --disable-up-arrow)"
|
||||
fi
|
||||
|
||||
# https://github.com/Schniz/fnm
|
||||
|
|
Loading…
Reference in New Issue