diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2024-01-24 03:38:58 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2024-01-24 03:39:23 -0300 |
commit | 693c77255b4ed7884536a66c1fd9515ef0847abf (patch) | |
tree | 8f1ae0bad7e393526a7cf9d865aa1363b3c37bb0 | |
parent | d99a982fb6853302f5720061e085417392005b1e (diff) | |
download | dots-693c77255b4ed7884536a66c1fd9515ef0847abf.tar.gz |
another cool thing i found on the same article lol
-rw-r--r-- | .config/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |