mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-03-08 10:24:47 +01:00
zsh: enable smart search back- and forwards
This commit is contained in:
@@ -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 #
|
||||
###############
|
||||
|
||||
Reference in New Issue
Block a user