fixed his seach
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Exec=/usr/bin/signal-desktop
|
||||
Name=signal-desktop
|
||||
Type=Application
|
@@ -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
|
||||
|
Reference in New Issue
Block a user