문제

I use vim and snipmate a lot for my python programming. It would be ideal if I could have a snippet system for the bash command line. Right now I use the gnome terminal in ubuntu...

For instance, if I type:

for<TAB>

I get:

for i in {1..50}; do SOMETHING; done

My google foo fails me, so once again I'm turning to SO. Any ideas?

도움이 되었습니까?

해결책

If you're looking for a tool that let you expand macros, you can use autokey.

다른 팁

There are several implementations:

Boom

Bang

Sheet

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top