Re-bind CTRL-T to search forward in history.

This commit is contained in:
Scott Wallace 2015-10-26 15:30:01 +00:00
parent 47e5e6e3d6
commit aea9a53f6a

View file

@ -68,6 +68,12 @@ alias gitx='open -a GitX .'
export GOPATH=${HOME}/src/go export GOPATH=${HOME}/src/go
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
#--------------------------------------------------------------------------------
# Rebind CTRL-T to search forward in history
#--------------------------------------------------------------------------------
bind "\C-t":forward-search-history
#--------------------------------------------------------------------------------
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
# Add bash completion scripts # Add bash completion scripts
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------