1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Bugfix: Home and End keys now working.

It turns out, having bindkey -e at the end of your file ruins a lot.
This commit is contained in:
Bert Peters
2016-05-31 11:18:27 +02:00
parent b6aa9f86be
commit fc24344377

View File

@@ -1,3 +1,4 @@
bindkey -e
# zshrc aliases
alias ls='ls --color=auto'
alias ll='ls -lh'
@@ -96,5 +97,4 @@ HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt autocd notify
bindkey -e
# End of lines configured by zsh-newuser-install