Skip to content

Commit

Permalink
adding quotes around Ctrl bindkeys to stop warnings when starting a n…
Browse files Browse the repository at this point in the history
…ew shell
  • Loading branch information
Dan Croak committed Mar 25, 2011
1 parent e246ac9 commit ead8c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zshrc
Expand Up @@ -18,11 +18,11 @@ fi

# vi mode
bindkey -v
bindkey ^F vi-cmd-mode
bindkey "^F" vi-cmd-mode
bindkey jj vi-cmd-mode

# use incremental search
bindkey ^R history-incremental-search-backward
bindkey "^R" history-incremental-search-backward

# add some readline keys back
bindkey "^A" beginning-of-line
Expand Down

0 comments on commit ead8c51

Please sign in to comment.