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:
Suraj N. Kurapati 2014-08-30 10:38:17 -07:00
parent 1e76804052
commit 9f9fc7d550

View file

@ -48,7 +48,7 @@ Usage
bindkey -M vicmd 'k' history-substring-search-up
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
bindkey '^[[A' history-substring-search-up