"vscode:/vscode.git/clone" did not exist on "43ed0b455ed5bbf66ef3e604c3d9845eb90f0078"
Commit 8883ace7 authored by Robby Russell's avatar Robby Russell
Browse files

Revert "Enable alias completion, do not limit completion to just files"

This reverts commit c3a58b00.
parent f9282283
...@@ -4,7 +4,6 @@ unsetopt menu_complete # do not autoselect the first completion entry ...@@ -4,7 +4,6 @@ unsetopt menu_complete # do not autoselect the first completion entry
unsetopt flowcontrol unsetopt flowcontrol
setopt auto_menu # show completion menu on succesive tab press setopt auto_menu # show completion menu on succesive tab press
setopt complete_in_word setopt complete_in_word
setopt complete_aliases
setopt always_to_end setopt always_to_end
WORDCHARS='' WORDCHARS=''
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment