summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorHendrik Jaeger <henk@frustcomp>2015-01-26 22:33:04 +0100
committerHendrik Jaeger <henk@frustcomp>2015-01-26 22:33:04 +0100
commit590fa35fde4f48c32fc308275286c68a1bf88ea4 (patch)
treee3ccf4d0ff56d9bdf0931feba220466a7ff904e0 /.zshrc
parentf0a1f3fe2ed28ed216847f32c8a89139cdec2e26 (diff)
Changes to be committed:
modified: .zsh_aliases modified: .zsh_functions modified: .zshrc
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc20
1 files changed, 1 insertions, 19 deletions
diff --git a/.zshrc b/.zshrc
index a575e6c..4484314 100644
--- a/.zshrc
+++ b/.zshrc
@@ -49,22 +49,4 @@ setopt AUTO_CONTINUE
setopt NO_BG_NICE
setopt LONG_LIST_JOBS
-bindkey -v
-
-# Use vim cli mode
-bindkey '^P' up-history
-bindkey '^N' down-history
-
-# backspace and ^h working even after
-# returning from command mode
-bindkey '^?' backward-delete-char
-bindkey '^h' backward-delete-char
-
-# ctrl-w removed word backwards
-bindkey '^w' backward-kill-word
-
-# ctrl-r starts searching history backward
-bindkey '^r' history-incremental-search-backward
-
-# v in command mode starts editor for current line
-bindkey -M vicmd v edit-command-line
+bindkey -e