From ce136de48818c0b11170a0c1d58707842af11ef3 Mon Sep 17 00:00:00 2001 From: mpuchstein Date: Fri, 9 May 2025 19:26:49 +0200 Subject: [PATCH] fixed his seach --- .../autostart##hostname.owlenlap01/signal-desktop.desktop | 4 ---- .config/zsh/.zshrc | 6 ++++-- 2 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 .config/autostart##hostname.owlenlap01/signal-desktop.desktop diff --git a/.config/autostart##hostname.owlenlap01/signal-desktop.desktop b/.config/autostart##hostname.owlenlap01/signal-desktop.desktop deleted file mode 100644 index 53a30d0..0000000 --- a/.config/autostart##hostname.owlenlap01/signal-desktop.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Exec=/usr/bin/signal-desktop -Name=signal-desktop -Type=Application diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index bd717db..e1524f2 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -24,8 +24,10 @@ fi source ${ZIM_HOME}/init.zsh # Bind keys for history-substring-search-up -bindkey '^[[A' history-substring-search-up -bindkey '^[[B' history-substring-search-down +bindkey "^[OA" history-substring-search-up +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. [[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh