You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

lsparrish comments on Interested in learning Linux? Need hosting? Free shells! - Less Wrong Discussion

28 Post author: JohnWittle 09 September 2012 05:35AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (37)

You are viewing a single comment's thread. Show more comments above.

Comment author: lsparrish 24 September 2012 05:21:00PM *  0 points [-]

Good point. Actually it is useful in bash scripting when you want to include the output of a command in the arguments of another. However you can get it to work when you press the key twice by using send-prefix like so:

set-option -g prefix `
bind-key ` send-prefix

The only disadvantage is that now you can't copy and paste without losing your backticks, and possibly triggering an action you didn't intend. I haven't yet run into a situation where this was relevant though.