diff --git a/.bashrc b/.bashrc index c3b7c0e..4faa6eb 100644 --- a/.bashrc +++ b/.bashrc @@ -15,6 +15,11 @@ function echo_info() { echo -e "\033[0;35m${*}\033[0m"; } # esac _defaults_() { +# ─< set keybinding mode >──────────────────────────────────────────────────────────────── + set -o emacs + # set -o vim + + # don't put duplicate lines or lines starting with space in the history. # See bash(1) for more options HISTCONTROL=ignoreboth