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: