Tilix: Where I can disable !1 & !2 & !3... ?

Created on 5 Jun 2018  路  3Comments  路  Source: gnunn1/tilix

I am trying to pass a parameter to my program and inside of one parameter I have xxxx!4xxx. When I press enter, tilix replaces me that part for tilix --preferences and put again the command to be executed.

How can I disable this feature?

Most helpful comment

Looks to me you're hitting "history expansion" of bash, use e.g. set +H in ~/.bashrc to disable the special treatment of !. It has nothing to do with Tilix.

All 3 comments

Looks to me you're hitting "history expansion" of bash, use e.g. set +H in ~/.bashrc to disable the special treatment of !. It has nothing to do with Tilix.

Thanks @egmontkob.

Thanks @egmontkob ! Very helpful !

Edit: If anyone is facing this problem with oh-my-zsh, is just adding this line to the end of the config

unsetopt BANG_HIST
Was this page helpful?
0 / 5 - 0 ratings

Related issues

huti26 picture huti26  路  3Comments

viniciusban picture viniciusban  路  4Comments

vaijab picture vaijab  路  4Comments

honze-net picture honze-net  路  3Comments

lucascosti picture lucascosti  路  3Comments