Re-bind CTRL-T to search forward in history.
This commit is contained in:
parent
47e5e6e3d6
commit
aea9a53f6a
6
.bashrc
6
.bashrc
|
@ -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
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue