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' ."