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