| ... | ... | 
                    @@ -20,6 +20,7 @@ bindkey "^[[F" end-of-line  | 
            
| 20 | 20 | 
                    bindkey "^[[4~" end-of-line  | 
            
| 21 | 21 | 
                    bindkey ' ' magic-space # also do history expansion on space  | 
            
| 22 | 22 | 
                     | 
            
| 23 | 
                    +bindkey '^[[Z' reverse-menu-complete  | 
            |
| 23 | 24 | 
                     | 
            
| 24 | 25 | 
                    # consider emacs keybindings:  | 
            
| 25 | 26 | 
                     | 
            
| ... | ... | 
                    @@ -38,4 +39,4 @@ bindkey ' ' magic-space # also do history expansion on space  | 
            
| 38 | 38 | 
                    #bindkey '^I' complete-word  | 
            
| 39 | 39 | 
                    ## Fix weird sequence that rxvt produces  | 
            
| 40 | 40 | 
                    #bindkey -s '^[[Z' '\t'  | 
            
| 41 | 
                    -#  | 
            |
| 42 | 41 | 
                    \ No newline at end of file  | 
            
| 42 | 
                    +#  |