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 #--------------------------------------------------------------------------------