1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-03-08 02:14:47 +01:00

zsh: enable smart search back- and forwards

This commit is contained in:
2026-03-01 06:05:46 +01:00
parent e9d5b3ecd4
commit 8c4b6d593d
2 changed files with 8 additions and 4 deletions

View File

@@ -213,6 +213,10 @@ autoload -U colors && colors
# Enable git info in prompt
autoload -Uz vcs_info
# Enable smart history search
bindkey -M vicmd 'j' history-beginning-search-forward
bindkey -M vicmd 'k' history-beginning-search-backward
###############
# KEYBINDINGS #
###############