From 9f9fc7d550cc547737f4c686591cbbf07e7470b0 Mon Sep 17 00:00:00 2001 From: "Suraj N. Kurapati" Date: Sat, 30 Aug 2014 10:38:17 -0700 Subject: [PATCH] README: MacOSX 10.9 users need to bind ^[[A/B too Thanks to Andrea Leopardi for reporting this in issue #37. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a7d23f..502385f 100644 --- a/README.md +++ b/README.md @@ -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