diff options
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/key-bindings.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/key-bindings.zsh b/shell/key-bindings.zsh index 735aa501..27810d32 100644 --- a/shell/key-bindings.zsh +++ b/shell/key-bindings.zsh @@ -1,6 +1,6 @@ # Key bindings # ------------ -if [[ $- =~ i ]]; then +if [[ $- == *i* ]]; then # CTRL-T - Paste the selected file path(s) into the command line __fsel() { |
