I it possible to use minted for inline code and to add a short verb sing for minted? Like \lstMakeShortInline| in listings.sty?
\documentclass{article}
\usepackage{minted}
\newminted{tex}{}
\newmint[ltx]{tex}{}
\begin{document}
Normal Text \ltx|\inline \Verb \not \inline|
\begin{texcode}
\Display \verbatim
\end{texcode}
Normal Text %|\not \working|
\end{document}


\lstMakeShortInline|is available (or planned) too? – Tobi Dec 05 '13 at 16:23X|my $foo = $bar;|X, i.e. only delimited by the pipes … – Tobi Dec 05 '13 at 17:43X|my $foo = $bar;|X. What is X? It is the letter X? Can you show a real usage example? – user Oct 10 '19 at 22:40Xis just a normal text character as in my example. @Tobi wanted to be able surround their code by just|and|instead of\perlinline/and/. or (using themacro nameargument)\p/and/. (saving two keystrokes for every codeblock) – jan-glx Oct 11 '19 at 11:21