add kill-whole-line

Sat, 07 Jan 2017 03:58:13 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 07 Jan 2017 03:58:13 -0500
changeset 469
fbf39fa1349c
parent 468
30ba8566bc12
child 470
4c2db769baac

add kill-whole-line

.zshrc file | annotate | diff | comparison | revisions
--- a/.zshrc
+++ b/.zshrc
@@ -49,6 +49,8 @@ setopt interactive_comments
 
 export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help"
 
+bindkey '\e\e' kill-whole-line
+
 source ~/.profile.common
 
 for envthing in $envthings; do

mercurial