From a0d79583f230a7c6f5b79a3ae4c2678c595c02fb Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Mon, 4 Dec 2023 20:43:01 +0100 Subject: [PATCH] zsh:opts: Disable HIST_VERIFY Most of the I am sure about it, and if not, I press Tab. --- .config/zsh/zshrc.d/10-options.zsh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.config/zsh/zshrc.d/10-options.zsh b/.config/zsh/zshrc.d/10-options.zsh index 452069a..05522dd 100644 --- a/.config/zsh/zshrc.d/10-options.zsh +++ b/.config/zsh/zshrc.d/10-options.zsh @@ -142,11 +142,6 @@ # history list. setopt HIST_REDUCE_BLANKS - # Whenever the user enters a line with history expansion, don't execute the - # line directly; instead, perform history expansion and reload the line into - # the editing buffer. - setopt HIST_VERIFY - # This option works like APPEND_HISTORY except that new history lines are # added to the $HISTFILE incrementally (as soon as they are entered), rather # than waiting until the shell exits. The file will still be periodically