Skip to content

Commit

Permalink
Add key bindings for gnome-terminal on Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
hwti committed Jul 23, 2011
1 parent 3350c22 commit 428f18c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/key-bindings.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ bindkey '^[[B' down-line-or-search

bindkey "^[[H" beginning-of-line
bindkey "^[[1~" beginning-of-line
bindkey "^[OH" beginning-of-line
bindkey "^[[F" end-of-line
bindkey "^[[4~" end-of-line
bindkey "^[OF" end-of-line
bindkey ' ' magic-space # also do history expansion on space

bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word

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

# Make the delete key (or Fn + Delete on the Mac) work instead of outputting a ~
Expand Down

0 comments on commit 428f18c

Please sign in to comment.