diff --git a/lib/key-bindings.zsh b/lib/key-bindings.zsh index 7196a88ff..eefc84625 100644 --- a/lib/key-bindings.zsh +++ b/lib/key-bindings.zsh @@ -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 +