From aea9a53f6a83e2ce1a6e73d97b44c2c7ed7cda98 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Mon, 26 Oct 2015 15:30:01 +0000 Subject: [PATCH] Re-bind CTRL-T to search forward in history. --- .bashrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.bashrc b/.bashrc index 20e1197..cc601b4 100644 --- a/.bashrc +++ b/.bashrc @@ -68,6 +68,12 @@ alias gitx='open -a GitX .' export GOPATH=${HOME}/src/go #-------------------------------------------------------------------------------- +#-------------------------------------------------------------------------------- +# Rebind CTRL-T to search forward in history +#-------------------------------------------------------------------------------- +bind "\C-t":forward-search-history +#-------------------------------------------------------------------------------- + #-------------------------------------------------------------------------------- # Add bash completion scripts #--------------------------------------------------------------------------------