mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
fix(zsh/atuin): remove ctrl+e keybinding
This commit is contained in:
@@ -6,9 +6,6 @@ if command-exists atuin; then
|
||||
# Atuin + FZF integration, stolen/adapted from:
|
||||
# - https://github.com/atuinsh/atuin/issues/68
|
||||
atuin-setup() {
|
||||
if ! which atuin &>/dev/null; then return 1; fi
|
||||
bindkey '^E' _atuin_search_widget
|
||||
|
||||
export ATUIN_NOBIND="true"
|
||||
eval "$(atuin init zsh)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user