I'm trying to configure my Terminal and I would like to insert @{} at one key-stroke. This works with the following code
# .inputrc
"\e\"": "@{}"
But I also want the cursor to end up inside the braces. How can I do this? The following doesn't work.
# .inputrc
"\e\"": "@{}": backward-char
Try:
"\e\"": "@{}\e[D"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With