From 05148ebeb5210b9d63e9ce52bd6b269e3071de40 Mon Sep 17 00:00:00 2001 From: Johannes Knopp Date: Sat, 29 Mar 2025 11:45:58 +0100 Subject: [PATCH] fix fzf --- .ideavimrc | 2 ++ zsh/.zshrc | 2 +- zsh/aliases.zsh | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.ideavimrc b/.ideavimrc index 011513e..07ca94a 100644 --- a/.ideavimrc +++ b/.ideavimrc @@ -2,7 +2,9 @@ set surround set commentary set highlightedyank + set which-key +set notimeout " Default settings set visualbell diff --git a/zsh/.zshrc b/zsh/.zshrc index d37592a..a620ac0 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -107,7 +107,7 @@ fi # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" -bindkey '^R' history-incremental-search-backward +# bindkey '^R' history-incremental-search-backward # TODO source all files with .zsh suffix source ~/dotfiles/zsh/aliases.zsh diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 75724a2..f435a06 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -3,5 +3,5 @@ alias vim='nvim' alias tp='trash-put' alias tl='trash-list' -alias zrc='source ~/.zshrc' +alias szrc='source ~/.zshrc' alias dotf='vim ~/dotfiles/'