README: MacOSX 10.9 users need to bind ^[[A/B too
Thanks to Andrea Leopardi for reporting this in issue #37.
This commit is contained in:
parent
1e76804052
commit
9f9fc7d550
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ Usage
|
||||||
bindkey -M vicmd 'k' history-substring-search-up
|
bindkey -M vicmd 'k' history-substring-search-up
|
||||||
bindkey -M vicmd 'j' history-substring-search-down
|
bindkey -M vicmd 'j' history-substring-search-down
|
||||||
|
|
||||||
Ubuntu 12.04 users might need to use this snippet instead:
|
Ubuntu 12.04 and MacOSX 10.9 users might need to use this snippet instead:
|
||||||
|
|
||||||
# bind UP and DOWN arrow keys
|
# bind UP and DOWN arrow keys
|
||||||
bindkey '^[[A' history-substring-search-up
|
bindkey '^[[A' history-substring-search-up
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue