From 693c77255b4ed7884536a66c1fd9515ef0847abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitor=20Gon=C3=A7alves?= Date: Wed, 24 Jan 2024 03:38:58 -0300 Subject: [PATCH] another cool thing i found on the same article lol --- .config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 6e76594..4b65880 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -10,6 +10,7 @@ autoload -U down-line-or-beginning-search bindkey "${terminfo[kcuu1]}" up-line-or-beginning-search bindkey "${terminfo[kcud1]}" down-line-or-beginning-search +bindkey ' ' magic-space source "$ZDOTDIR/aliases.zsh"