addet emacs mode

This commit is contained in:
pika 2024-08-18 14:44:21 +02:00
parent f969965047
commit 1ac30d8d83

View file

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