Skip to content

Commit

Permalink
Add more common widgets to list of clear widgets
Browse files Browse the repository at this point in the history
Cherry-picked from PR #706 and updates made to src/config.zsh.

Fixes issues #678
  • Loading branch information
pablospe authored and ericfreese committed Sep 7, 2023
1 parent 9b02729 commit 23f2943
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ typeset -g ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX=autosuggest-orig-
history-search-backward
history-beginning-search-forward
history-beginning-search-backward
history-beginning-search-forward-end
history-beginning-search-backward-end
history-substring-search-up
history-substring-search-down
up-line-or-beginning-search
Expand Down
2 changes: 2 additions & 0 deletions zsh-autosuggestions.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ typeset -g ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX=autosuggest-orig-
history-search-backward
history-beginning-search-forward
history-beginning-search-backward
history-beginning-search-forward-end
history-beginning-search-backward-end
history-substring-search-up
history-substring-search-down
up-line-or-beginning-search
Expand Down

0 comments on commit 23f2943

Please sign in to comment.