From bdeb3be9f3d5a242f1a4e02f18afc804054d4049 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 26 Jan 2022 23:33:39 -0300 Subject: [PATCH] Remove more comments --- dotfiles/.zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index b006f8e..cbd0701 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -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