aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2016-09-13 16:24:51 +0200
committerKarel Kočí <karel.koci@nic.cz>2016-09-13 16:24:51 +0200
commitd9c849e25ce78d89110106ba66a0ff62f4f7b973 (patch)
treed4af350423ca9f901a53eaef65f6d1c1c47c2d3a /zshrc
parent97583f047ff5901684400483cb00d66d1aaad26d (diff)
downloadmyconfigs-d9c849e25ce78d89110106ba66a0ff62f4f7b973.tar.gz
myconfigs-d9c849e25ce78d89110106ba66a0ff62f4f7b973.tar.bz2
myconfigs-d9c849e25ce78d89110106ba66a0ff62f4f7b973.zip
Update vimrc and set wordlist for zsh
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