mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:46:39 +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:
|
# Atuin + FZF integration, stolen/adapted from:
|
||||||
# - https://github.com/atuinsh/atuin/issues/68
|
# - https://github.com/atuinsh/atuin/issues/68
|
||||||
atuin-setup() {
|
atuin-setup() {
|
||||||
if ! which atuin &>/dev/null; then return 1; fi
|
|
||||||
bindkey '^E' _atuin_search_widget
|
|
||||||
|
|
||||||
export ATUIN_NOBIND="true"
|
export ATUIN_NOBIND="true"
|
||||||
eval "$(atuin init zsh)"
|
eval "$(atuin init zsh)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user