From af44bbf6dfa0e76f815aa6d10e8ba8b4b2642fd3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 14 Aug 2016 15:28:55 -0400 Subject: fix up/down arrows in readline --- inputrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'inputrc') diff --git a/inputrc b/inputrc index 11d30d9..6491a40 100644 --- a/inputrc +++ b/inputrc @@ -1,4 +1,8 @@ # use up and down to search in history +set keymap vi-command +"\e[A": history-search-backward +"\e[B": history-search-forward +set keymap vi-insert "\e[A": history-search-backward "\e[B": history-search-forward -- cgit v1.2.3-54-g00ecf