diff options
Diffstat (limited to 'configs/.zsh_profile')
-rw-r--r-- | configs/.zsh_profile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/.zsh_profile b/configs/.zsh_profile index c6d3f53bbddc..331b4b5f81c8 100644 --- a/configs/.zsh_profile +++ b/configs/.zsh_profile @@ -10,7 +10,9 @@ echo "Welcome back, $USER" df -hl # use vi bindings for terminal input -set -o vi +# set -o vi +# use emacs bindings (default) for terminal input +set -o emacs # aliases source $HOME/pc_settings/aliases.sh |