fish: atuin disable up arrow key
This commit is contained in:
parent
621a82c419
commit
370ebcb022
@ -1,3 +1,7 @@
|
|||||||
|
# Official Documents:
|
||||||
|
# https://docs.atuin.sh/configuration/config/#search_mode_shell_up_key_binding
|
||||||
|
# https://docs.atuin.sh/configuration/key-binding/
|
||||||
|
|
||||||
sync_address = "https://atuin.inkch.xyz"
|
sync_address = "https://atuin.inkch.xyz"
|
||||||
sync_frequency = "15m"
|
sync_frequency = "15m"
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ if status --is-interactive
|
|||||||
command -v starship > /dev/null && starship init fish | source
|
command -v starship > /dev/null && starship init fish | source
|
||||||
|
|
||||||
if not set -q FISH_IS_IN_PRIVATE
|
if not set -q FISH_IS_IN_PRIVATE
|
||||||
command -v atuin > /dev/null && atuin init fish | source
|
command -v atuin > /dev/null && atuin init fish --disable-up-arrow | source
|
||||||
end
|
end
|
||||||
|
|
||||||
if type -q tmux; and test -z "$TMUX"
|
if type -q tmux; and test -z "$TMUX"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user