From 45c64a1b06266c0309f108d36dbff432c2af260a Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 18 Aug 2023 16:02:49 +0200 Subject: [PATCH] zshrc: add bindkey --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 1ef5d22..ddef14d 100644 --- a/.zshrc +++ b/.zshrc @@ -117,6 +117,7 @@ # note these are capital letters, original behaviour of j, k is left unchanged bindkey -M vicmd 'K' history-substring-search-up bindkey -M vicmd 'J' history-substring-search-down + bindkey '^\' accept-and-hold HISTORY_SUBSTRING_SEARCH_FUZZY=" " export FZF_DEFAULT_COMMAND="fd --type f --hidden --follow --exclude 'node_modules' ."