Created
April 27, 2024 10:39
-
-
Save maurofaccenda/f7a44c3b7c1c7908222fd8e8f3f5cc46 to your computer and use it in GitHub Desktop.
a few things I use on my .zshrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# make backward-kill-word (ctrl+w or ctrl+backspace) behave the same as in bash | |
autoload -U select-word-style | |
select-word-style whitespace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment