aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-09-19 07:03:35 +0200
committerKarel Kočí <cynerd@email.cz>2016-09-19 07:03:35 +0200
commit7f94b21f9764fea1b910ff33027110c733771af6 (patch)
treebab8fb90526f4c63e92515b50a26957c1a445ceb /zshrc
parent002a7542ceaa825fe14f6701f02b69ce7f9e8ef9 (diff)
parent1f23035b07562b64bb611f48e70080090dcc9bdd (diff)
downloadmyconfigs-7f94b21f9764fea1b910ff33027110c733771af6.tar.gz
myconfigs-7f94b21f9764fea1b910ff33027110c733771af6.tar.bz2
myconfigs-7f94b21f9764fea1b910ff33027110c733771af6.zip
Merge branch 'master' of cynerd.cz:myconfigs
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index b9c68d1..1ce5fdf 100644
--- a/zshrc
+++ b/zshrc
@@ -28,6 +28,9 @@ setopt hist_ignore_dups
unsetopt nomatch
bindkey -e
+autoload -U select-word-style
+select-word-style bash
+
# Delete key workaround
bindkey "^[[3~" delete-char
bindkey "^[3;5~" delete-char