Takeshi Banse

Results 40 comments of Takeshi Banse

Hi, Joe! Sorry, I've not seen this error. Please show below command output. ``` % echo $functions[afu-initialize-rebinds] ```

Thanks your post @monkey413 . I'm puzzled why `aysce` comming...

This behavior is intended. Basically, the aim of Ctrl-C (and Ctrl-g, too) on auto-fu is to exit the "auto-fu mode" thing and going back to the "shell's default mode" for...

All right. I'll take a look shortly. Thank you very much for leaving your precious feedbacks here!

Hi, @RedHatter. Thank you for your report. Ugh… `undo` does not play nice somehow, but I cannot find any workarounds for now. Sorry for the inconvenience. Perhaps, auto-fu.zsh performs lots...

Hi, Joe! ``` zsh zstyle :auto-fu:var disable magic-space ``` disables auto-stuff while magic-space. For example: ``` % ls ``` doesn't complete anything. (incr-0.2.zsh does this behavior, so I respect it.)...

Hi, Joe! Ugh, `predict-on`... Good catch! To turn-off auto-fu (and then predict-on) is a little tricky, but I can accomplish it like this: ``` # predict-on setting autoload -Uz predict-on...

Hi, Joe! Thank you for your feedbacks. Oh sorry for the inconvenience, sourcing multiple times does not supported. Please restart the shell. I do it like this: ``` restart ()...

Thank you for your report. I'm using multi-line prompt, too. But I cannot reproduce here. Please show your zsh setup.

Thank you very much reporting the detail! I confirmed. Ugh... Some multi-line prompt + the `zle reset-prompt` yields that even the zsh's builtin `vi-change` causes this "line up" behavior. Sorry,...