We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec8b56 commit b0a6cfaCopy full SHA for b0a6cfa
sensible.tmux
@@ -21,7 +21,7 @@ command_exists() {
21
22
escape_for_regex() {
23
local inp="$1"
24
- echo inp | sed 's/\\/\\\\/g'
+ echo $inp | sed 's/\\/\\\\/g'
25
}
26
27
# returns prefix key, e.g. 'C-a'
0 commit comments