Skip to content

Commit

Permalink
Make Shift+Tab move backwards in the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kremso committed Mar 22, 2010
1 parent be66fe9 commit 3e1d5fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/key-bindings.zsh
Expand Up @@ -20,6 +20,7 @@ bindkey "^[[F" end-of-line
bindkey "^[[4~" end-of-line
bindkey ' ' magic-space # also do history expansion on space

bindkey '^[[Z' reverse-menu-complete

# consider emacs keybindings:

Expand All @@ -38,4 +39,4 @@ bindkey ' ' magic-space # also do history expansion on space
#bindkey '^I' complete-word
## Fix weird sequence that rxvt produces
#bindkey -s '^[[Z' '\t'
#
#

0 comments on commit 3e1d5fa

Please sign in to comment.