git.fiddlerwoaroof.com
Raw Blame History
alias vi='vim'
vim() {
    stty -ixon
    env vim $*
    stty ixany
}