mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Adding a couple of more useful key bindings
This commit is contained in:
parent
74b31b8f7b
commit
667bd563a1
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue