dotphiles / dotzsh

A community driven framework for zsh
224 stars 33 forks source link

vim insert mode on multiline commands #2

Open benohara opened 12 years ago

benohara commented 12 years ago

When using vim bindings and in a command such as

bohara at bens-macbook-pro in ~/.dotfiles/zsh (git:masterx)

for i in 1 2 3
for> do for> echo $i

Switching to vim command mode doesnt reflect in the RPROMPT.

benohara commented 12 years ago

@kohanamin I'll have a look into this