diff options
| author | Austin Ziegler <austin@zieglers.ca> | 2015-10-01 15:18:10 -0400 |
|---|---|---|
| committer | Austin Ziegler <austin@zieglers.ca> | 2015-10-01 15:18:10 -0400 |
| commit | ea271cd4e2b0cb3f6e8a959f54401941ac6f1d87 (patch) | |
| tree | 9f4e63057538fff39ad3df382621f465232b5731 /shell/key-bindings.zsh | |
| parent | 6a38d07a4cb49d60d4782656fdb861a8ddbf3ecb (diff) | |
| download | fzf-ea271cd4e2b0cb3f6e8a959f54401941ac6f1d87.tar.gz | |
Remove dependency on zsh/pcre module
Fixes #363.
Diffstat (limited to 'shell/key-bindings.zsh')
| -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() { |
