addet emacs mode
This commit is contained in:
parent
f969965047
commit
1ac30d8d83
1 changed files with 5 additions and 0 deletions
5
.bashrc
5
.bashrc
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue