update zsh vi-mode plugin

add more key binds
This commit is contained in:
shiludeng 2017-12-02 21:06:47 +08:00
commit 060a349f14
3 changed files with 8 additions and 0 deletions

4
.zshrc
View file

@ -93,3 +93,7 @@ export SVN_EDITOR=vim
# ssh
# export SSH_KEY_PATH="~/.ssh/dsa_id"
setopt no_nomatch
function get_ftp_addr() {
echo "wget $HOST:$(cd `dirname $1` && pwd)/`basename $1`"
}