This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
zsh [2022-05-19 17:30:35] mi |
zsh [2022-05-20 00:58:20] (current) mi |
||
|---|---|---|---|
| Line 45: | Line 45: | ||
| # or | # or | ||
| echo "setopt INTERACTIVE_COMMENTS" | sudo tee -a /etc/zshrc | echo "setopt INTERACTIVE_COMMENTS" | sudo tee -a /etc/zshrc | ||
| + | |||
| + | * fix Ctrl-U to delete left | ||
| + | |||
| + | echo 'bindkey \^U backward-kill-line' >> ~/.zshrc | ||
| + | |||
| Also try this? (https://superuser.com/questions/187639/zsh-not-hitting-profile) : | Also try this? (https://superuser.com/questions/187639/zsh-not-hitting-profile) : | ||