Better integrates CLI and Emacsclient
This commit is contained in:
parent
6b3d011491
commit
8fff1ba890
6 changed files with 88 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue