Skip to content

Commit 23f2943

Browse files
pablospeericfreese
authored andcommitted
Add more common widgets to list of clear widgets
Cherry-picked from PR #706 and updates made to src/config.zsh. Fixes issues #678
1 parent 9b02729 commit 23f2943

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/config.zsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ typeset -g ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX=autosuggest-orig-
2828
history-search-backward
2929
history-beginning-search-forward
3030
history-beginning-search-backward
31+
history-beginning-search-forward-end
32+
history-beginning-search-backward-end
3133
history-substring-search-up
3234
history-substring-search-down
3335
up-line-or-beginning-search

zsh-autosuggestions.zsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ typeset -g ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX=autosuggest-orig-
5454
history-search-backward
5555
history-beginning-search-forward
5656
history-beginning-search-backward
57+
history-beginning-search-forward-end
58+
history-beginning-search-backward-end
5759
history-substring-search-up
5860
history-substring-search-down
5961
up-line-or-beginning-search

0 commit comments

Comments
 (0)