zsh:keys:cmd-on-enter: Remove zle message print
It did nothing.
This commit is contained in:
@@ -99,7 +99,6 @@ zle -N rationalize_dots
|
||||
bindkey . rationalize_dots
|
||||
|
||||
function cmd-on-enter {
|
||||
zle -M "$CMD_ON_ENTER"
|
||||
if [[ -z $BUFFER ]]; then
|
||||
# Overwrite BUFFER and default to ll
|
||||
BUFFER="${CMD_ON_ENTER:=ll}"
|
||||
|
||||
Reference in New Issue
Block a user