shells: remove vim mode

This commit is contained in:
Marco Thomas
2023-10-06 15:30:37 +02:00
parent 2de926b0e4
commit 5e7dc7ae25
4 changed files with 9 additions and 33 deletions

View File

@@ -37,10 +37,9 @@ __prompt_command() {
fi
}
# ============================== vi-Mode
set -o vi
bind -x '"\C-l": clear'
# ============================== Jump Words
bind '"\en": forward-word'
bind '"\ep": backward-word'
# ============================== Source other definitions
[ -f ~/.shellrc.alias ] && source ~/.shellrc.alias