diff options
author | Karel Kočí <cynerd@email.cz> | 2016-09-19 07:03:35 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-09-19 07:03:35 +0200 |
commit | 7f94b21f9764fea1b910ff33027110c733771af6 (patch) | |
tree | bab8fb90526f4c63e92515b50a26957c1a445ceb /zshrc | |
parent | 002a7542ceaa825fe14f6701f02b69ce7f9e8ef9 (diff) | |
parent | 1f23035b07562b64bb611f48e70080090dcc9bdd (diff) | |
download | myconfigs-7f94b21f9764fea1b910ff33027110c733771af6.tar.gz myconfigs-7f94b21f9764fea1b910ff33027110c733771af6.tar.bz2 myconfigs-7f94b21f9764fea1b910ff33027110c733771af6.zip |
Merge branch 'master' of cynerd.cz:myconfigs
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |