diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-01-25 16:37:25 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-01-25 16:37:25 +0100 |
commit | 25b5fcbb67c0302e59cfc8f592af3f51322e839e (patch) | |
tree | eca3e18335443ee2bcb5ae022f13f7184276f4a0 | |
parent | 2a5bc7c9a469b3242b43dd013ae718025b5ece93 (diff) |
fix: this seems superfluous since it’s already set above
-rw-r--r-- | .zshrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -190,7 +190,6 @@ bindkey -M viins '^R' history-incremental-search-backward # better word matching autoload -U select-word-style select-word-style normal -zstyle ':zle:*' word-style normal # these characters do _not_ separate words but are part of words zstyle ':zle:*' word-chars '*?[]~;!#$%^(){}<>' |