2.2 Matlab Like Bash

# Matlab like Bash history
"\e[B": history-search-forward
"\e[A": history-search-backward
# Include system wide settings which are ignored
# by default if one has its own .inputrc
$include /etc/inputrc

Last updated

# Matlab like Bash history
"\e[B": history-search-forward
"\e[A": history-search-backward
# Include system wide settings which are ignored
# by default if one has its own .inputrc
$include /etc/inputrc

Last updated
# Load inputrc
export INPUTRC=~/.inputrc
# Ignore multiple entries of the same command in history
export HISTCONTROL=ignoreboth