Hi, I guess you already know that typping
set -o vi sets the cursor to vi mode... but vi indeed... Is there a way to set the cursor to vim, and load all map, ab etc defined in my vimrc? It'd great because I have to type a lot of times long commands like rsync -avurltz --rsh=ssh --progress [EMAIL PROTECTED]: Of course I could use aliases in my zshrc but I don't like aliases and would prefer vim to do the job for me, so that I could define a map RS to complete that command, for instance thanks, Pau
