aboutsummaryrefslogtreecommitdiffhomepage
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index 1356d14..668ae7c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -206,6 +206,10 @@ zstyle ':completion:*' ignore-parents parent pwd ..
autoload -U zcalc
autoload zed
+
+bindkey -e
+
+
# Enable history completion
autoload history-search-end
zle -N history-beginning-search-backward-end history-search-end
@@ -288,9 +292,6 @@ HISTSIZE=1000000
SAVEHIST=1000000
-bindkey -e
-
-
function 256colors() {
local code
for code in {0..255}; do