fixed his seach

This commit is contained in:
2025-05-09 19:26:49 +02:00
parent 8b9a566886
commit ce136de488
2 changed files with 4 additions and 6 deletions

View File

@@ -1,4 +0,0 @@
[Desktop Entry]
Exec=/usr/bin/signal-desktop
Name=signal-desktop
Type=Application

View File

@@ -24,8 +24,10 @@ fi
source ${ZIM_HOME}/init.zsh source ${ZIM_HOME}/init.zsh
# Bind keys for history-substring-search-up # Bind keys for history-substring-search-up
bindkey '^[[A' history-substring-search-up bindkey "^[OA" history-substring-search-up
bindkey '^[[B' history-substring-search-down bindkey "^[OB" history-substring-search-down
bindkey -M vicmd 'k' history-substring-search-up
bindkey -M vicmd 'j' history-substring-search-down
# To customize prompt, run `p10k configure` or edit ~/.config/zsh/.p10k.zsh. # To customize prompt, run `p10k configure` or edit ~/.config/zsh/.p10k.zsh.
[[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh [[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh