dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 2db7dd430614e32a2f654d1208532fa595dc0ea9
parent 7eb2245be0ae391cce4e94deb99f796b4006a8cf
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Fri, 28 Jun 2024 17:40:19 +0200

zsh: don't expand history search on space

Diffstat:
Mshell/oh-my-zsh-defaults/keys.zsh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/oh-my-zsh-defaults/keys.zsh b/shell/oh-my-zsh-defaults/keys.zsh @@ -39,7 +39,7 @@ if [[ "${terminfo[kend]}" != "" ]]; then bindkey "${terminfo[kend]}" end-of-line # [End] - Go to end of line fi -bindkey ' ' magic-space # [Space] - do history expansion +# bindkey ' ' magic-space # [Space] - do history expansion if [[ "${terminfo[kcbt]}" != "" ]]; then bindkey "${terminfo[kcbt]}" reverse-menu-complete # [Shift-Tab] - move through the completion menu backwards