Adding a couple of more useful key bindings

This commit is contained in:
Sankara Rameswaran 2011-03-03 18:24:49 +05:30
commit 667bd563a1

View file

@ -40,3 +40,9 @@ bindkey '^[[Z' reverse-menu-complete
## Fix weird sequence that rxvt produces
#bindkey -s '^[[Z' '\t'
#
#Completion in the middle of a line
bindkey '^i' expand-or-complete-prefix
##pushes current command on command stack and gives blank line, after that line runs command stack is popped
bindkey "^t" push-line-or-edit