aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/zsh/08-keybindings.zsh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdotfiles/zsh/08-keybindings.zsh (renamed from dotfiles/zsh/keybindings.zsh)3
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/zsh/keybindings.zsh b/dotfiles/zsh/08-keybindings.zsh
index c3e2784..cc32062 100755
--- a/dotfiles/zsh/keybindings.zsh
+++ b/dotfiles/zsh/08-keybindings.zsh
@@ -54,3 +54,6 @@ fi
# Navigate words with ctrl+arrow keys
bindkey '^[[1;5D' backward-word
bindkey '^[[1;5C' forward-word
+
+bindkey '^k' history-substring-search-up
+bindkey '^j' history-substring-search-down