From 1ac30d8d83b0ef05a18d42edd24bab72bcc678dd Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 Aug 2024 14:44:21 +0200 Subject: [PATCH] addet emacs mode --- .bashrc | 5 +++++ 1 file changed, 5 insertions(+) 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