diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 62be501..c2b21d9 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -21,6 +21,7 @@ compinit PLUG_FOLDER="/usr/share/zsh/plugins" source /usr/share/oh-my-zsh/plugins/colored-man-pages/colored-man-pages.plugin.zsh source /usr/share/oh-my-zsh/plugins/command-not-found/command-not-found.plugin.zsh +source /usr/share/fzf/key-bindings.zsh #source /usr/share/nvm/init-nvm.sh [ -e $PLUG_FOLDER/fzf-tab/fzf-tab.plugin.zsh ] && source $PLUG_FOLDER/fzf-tab/fzf-tab.plugin.zsh # these need to be sourced after fzf-tab @@ -171,7 +172,7 @@ bindkey '^P' history-beginning-search-backward bindkey '^N' history-beginning-search-forward # search history backwards -bindkey '^r' history-incremental-search-backward +bindkey '^o' history-incremental-search-backward # cycle through history results bindkey -M isearch '^P' history-incremental-search-backward bindkey -M isearch '^N' history-incremental-search-forward