mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40: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:
@@ -1,3 +1,4 @@
|
|||||||
|
bindkey -e
|
||||||
# zshrc aliases
|
# zshrc aliases
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias ll='ls -lh'
|
alias ll='ls -lh'
|
||||||
@@ -96,5 +97,4 @@ HISTFILE=~/.histfile
|
|||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
SAVEHIST=1000
|
SAVEHIST=1000
|
||||||
setopt autocd notify
|
setopt autocd notify
|
||||||
bindkey -e
|
|
||||||
# End of lines configured by zsh-newuser-install
|
# End of lines configured by zsh-newuser-install
|
||||||
|
|||||||
Reference in New Issue
Block a user