Skip to content

Commit

Permalink
Retire some out-of-scope menu select bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonrichert committed Oct 5, 2021
1 parent 6b7c37c commit 170f313
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions scripts/.autocomplete.key-binding
Expand Up @@ -117,12 +117,6 @@ builtin bindkey -M menuselect \
'\r' .accept-line \
'^@' accept-and-hold \
"$terminfo[kpp]" backward-word \
"$terminfo[knp]" forward-word \
'\ef' .forward-word \
'\eF' .forward-word \
'\eb' .backward-word \
'\eB' .backward-word \
'^A' .beginning-of-line \
'^E' .end-of-line \
"$terminfo[knp]" forward-word

unfunction .autocomplete.key-binding.{{,re,un}bind,bound}

0 comments on commit 170f313

Please sign in to comment.