adding quotes around Ctrl bindkeys to stop warnings when starting a new shell
This commit is contained in:
parent
e246ac95f9
commit
ead8c516ed
1 changed files with 2 additions and 2 deletions
4
zshrc
4
zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue