Better integrates CLI and Emacsclient

This commit is contained in:
William Carroll 2017-06-13 11:33:16 -04:00
parent 6b3d011491
commit 8fff1ba890
6 changed files with 88 additions and 5 deletions

View file

@ -24,11 +24,11 @@ echo "Welcome back, $USER"
# display the space available on each mounted Volume
df -hl
# use vi bindings for terminal input
# set -o vi
# use emacs bindings (default) for terminal input
set -o emacs
# aliases
source $HOME/pc_settings/aliases.sh
@ -38,6 +38,9 @@ source $HOME/pc_settings/functions/index.sh
# setup keybindings for history functions
source $HOME/pc_settings/scripts/setup_keybindings.sh
# setup emacs + shell configuration
source $HOME/pc_settings/emacs/index.sh
# BEGIN: bindkeys
bindkey "^R" history-incremental-search-backward