File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,6 +170,8 @@ set -e source_path
170170# Clean up functions
171171functions -e sourced
172172
173+ bind \e x ' commands; commandline -f execute'
174+
173175if set -q TERMUX_VERSION
174176 cd /sdcard; or true
175177end
Original file line number Diff line number Diff line change @@ -664,6 +664,7 @@ _complete_env_var_bind() {
664664# Bind to shortcut → and v
665665bind -x ' "°": _complete_env_var_bind'
666666bind -x ' "\ev": _complete_env_var_bind'
667+ bind -x ' "\ex": commands'
667668
668669# complete -o default -o bashdefault -F _filedir_xspec -E code
669670complete -o default -o bashdefault -F _filedir_xspec -E
Original file line number Diff line number Diff line change 112112
113113ZSH_AUTOSUGGEST_STRATEGY=smart
114114
115+ bindkey -s ' \ex' ' commands\n'
116+
115117if [ -d ~ /.local/share/zsh/site-functions/ ]; then
116118 for completion in ~ /.local/share/zsh/site-functions/* .zsh; do
117119 [ -f " $completion " ] && source " $completion "
You can’t perform that action at this time.
0 commit comments