« get me outta code hell

zsh: use bash style word selection - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-12-22 10:15:46 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-12-22 10:37:55 -0400
commit52651a0917f3b6573780d0e470187ca9e6159402 (patch)
tree4e785979fff9de548dab97caf2d3b950d403a542 /.zshrc
parent4288b705f9ca9c383e3101c3da137dbb02dddf20 (diff)
zsh: use bash style word selection
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 39a80f1..c057e7f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -28,6 +28,9 @@ device_preconfig
 
 # //// zsh configuration //////////////////////////////////////////////////// #
 
+autoload -Uz select-word-style
+select-word-style bash
+
 if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
   autoload -U colors && colors
   PS1=$'\e[0;32;1m%n\e[0;32m@\e[32;1m%m \e[34m%1~ \e[0m%# '