Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble defining alias #1

Open
mcandre opened this issue Feb 17, 2015 · 0 comments
Open

Trouble defining alias #1

mcandre opened this issue Feb 17, 2015 · 0 comments

Comments

@mcandre
Copy link

mcandre commented Feb 17, 2015

I want to alias :sh, :shell, etc. to ConqueTerm bash. I've installed cmdalias_vim with Vundle, but when I run vi, :sh is still pointing to the old built-in shell rather than ConqueTerm.

Configuration:

augroup VIMRC_aliases
  " Clear old autocommands
  au!

  " Conque Replace :sh
  au VimEnter * CmdAlias sh\%[ell] ConqueTerm bash
augroup END

Am I doing something wrong?

System:

  • Vim 7.4
  • Mac OS X 10.10.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant