aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-07-05 21:32:13 +0200
committerneodarz <neodarz@neodarz.net>2018-07-05 21:32:13 +0200
commit9d88449626b5aad3af2eca07abc3a6ced03c0012 (patch)
tree6bb7e74258f8d38fb5f5500bf1375490f117a8e2 /zsh
parent3baa251ec9106f0e326f607a0b2dcbac6d0041b3 (diff)
downloaddotfiles_ascii-9d88449626b5aad3af2eca07abc3a6ced03c0012.tar.xz
dotfiles_ascii-9d88449626b5aad3af2eca07abc3a6ced03c0012.zip
Remove key
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/.zshrc26
1 files changed, 0 insertions, 26 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index e61d0f9..afb38be 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -21,29 +21,3 @@ export TERM=xterm-256color
export CHEAT_EDITOR=nvim
export VISUAL=nvim
export EDITOR=nvim
-
-# key bindings
-bindkey "\e[1~" beginning-of-line
-bindkey "\e[4~" end-of-line
-bindkey "\e[5~" beginning-of-history
-bindkey "\e[6~" end-of-history
-bindkey "\e[3~" delete-char
-bindkey "\e[2~" quoted-insert
-bindkey "\e[5C" forward-word
-bindkey "\eOc" emacs-forward-word
-bindkey "\e[5D" backward-word
-bindkey "\eOd" emacs-backward-word
-bindkey "\ee[C" forward-word
-bindkey "\ee[D" backward-word
-bindkey "^H" backward-delete-word
-# for rxvt
-bindkey "\e[8~" end-of-line
-bindkey "\e[7~" beginning-of-line
-# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
-bindkey "\eOH" beginning-of-line
-bindkey "\eOF" end-of-line
-# for freebsd console
-bindkey "\e[H" beginning-of-line
-bindkey "\e[F" end-of-line
-# completion in the middle of a line
-bindkey '^i' expand-or-complete-prefix