From 8ed06651abdd2f618af94dc9df66993aef5d70d0 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 20 Sep 2016 03:08:37 -0500 Subject: [PATCH] madness --- env/sh/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/env/sh/bashrc b/env/sh/bashrc index 248c828..c6dd450 100644 --- a/env/sh/bashrc +++ b/env/sh/bashrc @@ -179,4 +179,5 @@ if [ -t 0 ]; then # except we still want some things to work the old fashioned way bind '"\C-p": history-search-backward' + bind '"\C-n": history-search-forward' fi