1
0
mirror of https://github.com/akelge/vim synced 2025-08-16 15:48:40 +00:00

Light changes to prompt

files with .off extension are ignored
Disabled coreutils and dsFunctions on Darwin
This commit is contained in:
2013-01-04 16:02:29 +00:00
parent 01d2f341ef
commit 0923914a13
9 changed files with 27 additions and 13 deletions

View File

@ -8,7 +8,4 @@ bindkey "\eOA" history-search-backward
bindkey "\eOB" history-search-forward
bindkey "\e[A" history-search-backward
bindkey "\e[B" history-search-forward
bindkey "\e[5D" backward-word
bindkey "\e[5C" forward-word
bindkey "" vi-backward-kill-word
# vim: set ts=4 sw=4 tw=0 ft=zsh :