viasite-ansible / ansible-role-zsh

Setup antigen with oh-my-zsh, powerlevel10k theme, fzf, autosuggestions, syntax-highlighting
https://habrahabr.ru/post/323496/
MIT License
347 stars 85 forks source link

autosuggestions: Wishing to delete the Ctrl+U binding #50

Closed ficapy closed 4 years ago

ficapy commented 4 years ago

Thank you for your work, the results are fantastic. When I get a new machine I just run curl

https://raw.githubusercontent.com/viasite-ansible/ansible-role-zsh/master/install.sh | bash

But the default setting I think has a drawback

bindkey '^U' autosuggest-accept

This is done by default with Ctrl+E, and the binding disables the original Ctrl+U.

It is proposed that it be deleted from the project

popstas commented 4 years ago

Agreed, I removed this hotkey from default playbook.yml