-
- Downloads
Split default zsh binding at the correct place
The command substitution and following word splitting to determine the default zle widget for ^I formerly only works if the IFS parameter contains a space. Now it specifically splits at spaces, regardless of IFS.
Please register or sign in to comment