Skip to content

Instantly share code, notes, and snippets.

@maurofaccenda
Created April 27, 2024 10:39
Show Gist options
  • Save maurofaccenda/f7a44c3b7c1c7908222fd8e8f3f5cc46 to your computer and use it in GitHub Desktop.
Save maurofaccenda/f7a44c3b7c1c7908222fd8e8f3f5cc46 to your computer and use it in GitHub Desktop.
a few things I use on my .zshrc
# 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