remove ack.vim

This commit is contained in:
2018-06-12 23:27:26 -04:00
parent e7fff44ee5
commit 2d87eb80d9
2 changed files with 1 additions and 2 deletions

2
zshrc
View File

@@ -37,12 +37,12 @@ export KEYTIMEOUT=1
bindkey '^K' history-beginning-search-backward
bindkey '^J' history-beginning-search-forward
bindkey '^w' backward-kill-word
bindkey '\e[2~' insert-last-word
if [ -f /etc/os-release ]; then
. /etc/os-release
if [ "$ID" = "rhel" ]; then
bindkey '\e[1~' beginning-of-line
bindkey '\e[4~' end-of-line
bindkey '\e[2~' insert-last-word
fi
fi