Remove more comments

This commit is contained in:
Santiago Lo Coco 2022-01-26 23:33:39 -03:00
parent f488ea1e99
commit bdeb3be9f3
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ zle -N zle-line-init
echo -ne '\e[5 q'
preexec() { echo -ne '\e[5 q' ;}
# Edit in vim: https://unix.stackexchange.com/a/90529
export VISUAL="nvim"
autoload edit-command-line; zle -N edit-command-line
bindkey '^E' edit-command-line