In [dte](https://craigbarnes.gitlab.io/dte/index.html), [special variables](https://craigbarnes.gitlab.io/dte/dterc.html) like `$FILE` and `$RFILE` let you grab the current file’s full or relative path (see the docs). For example, I run: ```sh copy -b $RFILE ``` to copy the active file’s relative path to my clipboard. Is there a similar feature in mle?
In dte, special variables like
$FILEand$RFILElet you grab the current file’s full or relative path (see the docs). For example, I run:copy -b $RFILEto copy the active file’s relative path to my clipboard. Is there a similar feature in mle?