From 074077d2198ba1807c60aeb9a024444ac7b1c486 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 23 Sep 2023 00:21:49 +0700 Subject: [PATCH] chore: add zsh WORDCHARS https://lgug2z.com/articles/sensible-wordchars-for-most-developers/ --- data/zsh/bottom-zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/zsh/bottom-zshrc b/data/zsh/bottom-zshrc index 256608d..72ae127 100644 --- a/data/zsh/bottom-zshrc +++ b/data/zsh/bottom-zshrc @@ -1,6 +1,9 @@ # vim: set filetype=zsh: # Put this on bottom of ~/.zshrc +# https://lgug2z.com/articles/sensible-wordchars-for-most-developers/ +export WORDCHARS="*?[]~=&;!#$%^(){}<>" + # nvim if command -v nvim &>/dev/null; then export EDITOR=nvim