From 45c74a45213cd4df1ea504b99143cd25a2d0ee4b Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 7 Jun 2019 01:47:52 -0700 Subject: [PATCH] remove old thing obsoleted by dirup --- home/zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/zshrc b/home/zshrc index f68f214..6009f88 100644 --- a/home/zshrc +++ b/home/zshrc @@ -124,8 +124,6 @@ bindkey ';3D' dirprev # alt+left bindkey ';3C' dirnext # alt+right bindkey ';3A' dirup # alt+up bindkey ';3B' dirview # alt+down -# we type a space (and delete it afterwards) to force ^Y to yank from ^U -#bindkey -s ';3A' ' ^Ucd ..^M^Y^H' # alt+up bindkey -s '^[s' '^Asudo ^E' # alt+s bindkey -s '^[[6;2~' '\a' # shift+PgDn, do nothing, already at bottom (tmux)