summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2020-09-27 22:06:07 +1300
committerDavid Phillips <david@yeah.nah.nz>2020-09-27 22:06:07 +1300
commit00ee16522d47772ebdc16b2787566c63ce1af1ce (patch)
treef4901de192d03898581497566846737e0ebe9608 /zshrc
parent1e46113c9acffdec505a471f9fbd923bccf5171f (diff)
parent1f87b9f86a9634d4a10814a1c7e80f7fcd6e712e (diff)
downloaddotfiles-00ee16522d47772ebdc16b2787566c63ce1af1ce.tar.xz
Merge remote-tracking branch 'origin/master' into master
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 6257fcb..f40a661 100644
--- a/zshrc
+++ b/zshrc
@@ -23,6 +23,7 @@ key[Insert]="$terminfo[kich1]"
key[Backspace]="$terminfo[kbs]"
key[Delete]="$terminfo[kdch1]"
+# Emacs-like bindings default
bindkey -e
bindkey "^R" history-incremental-search-backward