Replies: 3 comments 1 reply
-
Somewhat relevant discussion that might help. Specifically using an ice to load a key binding atinit"bindkey '^_' autosuggest-execute;bindkey '^ ' autosuggest-accept;" Having done no actual testing your config, my first question is have you tried loading |
Beta Was this translation helpful? Give feedback.
-
I assume you have seen atuin docs for zsh? Are you possibly missing the export ATUIN_NOBIND="true"
eval "$(atuin init zsh)"
# ... other stuff ...
bindkey '^r' _atuin_search_widget |
Beta Was this translation helpful? Give feedback.
-
Is this questionbecause zinit is not very compatible with shortcut keys yet? |
Beta Was this translation helpful? Give feedback.
-
I encountered a problem.. I hope it gets resolved. thanks 😞
Issue bindkey must first use source .zshrc to be supported
I installed some tools using zinit-annex-binary-symlink, and set up some keyboard bindings, but I have to use
source ~/.zshrc
to get it to work.e.g atuin
I set the
bindkey '^r' _atuin_search_widget
, I put it at the bottom because it conflicts with zsh-autocomplete the button.Demo configuration
Beta Was this translation helpful? Give feedback.
All reactions