"vscode:/vscode.git/clone" did not exist on "df0b37f9db3f8a1d445bebf30d04039eb247ab71"
Fix edit-command-line binding
This binding doesn't work when the edit-command-line.zsh file is loaded after the key-bindings.zsh file because 'bindkey -e' in key-bindings.zsh resets the binding. Moving the bindings to they key-bindings.zsh file and removing edit-command-line.zsh.
Please register or sign in to comment